Commit 925c9f44 authored by Dave Yeo's avatar Dave Yeo Committed by Michael Niedermayer

Fix OS/2 threading

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 53228f47
......@@ -28,6 +28,8 @@
#if HAVE_THREADS
#if HAVE_PTHREADS
#include <pthread.h>
#elif HAVE_OS2THREADS
#include "libavcodec/os2threads.h"
#else
#include "libavcodec/w32pthreads.h"
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment