]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/pthread.c
avfilter: update some comments
[ffmpeg] / libavfilter / pthread.c
index 070b3bded50146e5e1564f4d779093a3e47fb540..1c5419340d26159ebe74f1c5e0992cddff83a362 100644 (file)
 #include "libavutil/common.h"
 #include "libavutil/cpu.h"
 #include "libavutil/mem.h"
+#include "libavutil/thread.h"
 
 #include "avfilter.h"
 #include "internal.h"
 #include "thread.h"
 
-#if HAVE_PTHREADS
-#include <pthread.h>
-#elif HAVE_OS2THREADS
-#include "compat/os2threads.h"
-#elif HAVE_W32THREADS
-#include "compat/w32pthreads.h"
-#endif
-
 typedef struct ThreadContext {
     AVFilterGraph *graph;