Commit 090a7801 authored by Dave Yeo's avatar Dave Yeo Committed by Michael Niedermayer

libavutil/thread.h: Support OS/2 threads

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 2db29482
...@@ -24,10 +24,12 @@ ...@@ -24,10 +24,12 @@
#include "config.h" #include "config.h"
#if HAVE_PTHREADS || HAVE_W32THREADS #if HAVE_PTHREADS || HAVE_W32THREADS || HAVE_OS2THREADS
#if HAVE_PTHREADS #if HAVE_PTHREADS
#include <pthread.h> #include <pthread.h>
#elif HAVE_OS2THREADS
#include "compat/os2threads.h"
#else #else
#include <compat/w32pthreads.h> #include <compat/w32pthreads.h>
#endif #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