lavc: add supports of OS/2 threads

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
KO Myung-Hun
2011-11-02 00:00:21 +09:00
committed by Michael Niedermayer
parent 88166fc579
commit ad0bdd2fd2
4 changed files with 169 additions and 1 deletions

View File

@@ -38,6 +38,8 @@
#include <pthread.h>
#elif HAVE_W32THREADS
#include "w32pthreads.h"
#elif HAVE_OS2THREADS
#include "os2threads.h"
#endif
typedef int (action_func)(AVCodecContext *c, void *arg);