]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/pthread.c
vda: undef Picture.
[ffmpeg] / libavcodec / pthread.c
index 04181e229f5b8db0c7fb66dfe764e3ab441d4536..8eff782fcb02396ddf089336cd4541790be914f1 100644 (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);