summaryrefslogtreecommitdiff
path: root/libavfilter/pthread.c
diff options
context:
space:
mode:
authorDave Yeo <daveryeo@telus.net>2013-05-27 23:22:10 -0700
committerMichael Niedermayer <michaelni@gmx.at>2013-05-28 12:49:20 +0200
commite615a777990f9c9cd6dd4d5d85cb21f6e43e5d74 (patch)
tree4e77dc0c26345532415afbec04d7eed6c5215644 /libavfilter/pthread.c
parent269fc8e04906ffd965aa19425ca90980b23c6508 (diff)
downloadffmpeg-e615a777990f9c9cd6dd4d5d85cb21f6e43e5d74.tar.gz
os2threads: move from lavc to compat/
For useage in other places besides lavc. Needed after commit 90f9a5830b5d332de7ebb1ab45589f1870cbd65d Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/pthread.c')
-rw-r--r--libavfilter/pthread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/pthread.c b/libavfilter/pthread.c
index 0630ad2f50..eb40f0058e 100644
--- a/libavfilter/pthread.c
+++ b/libavfilter/pthread.c
@@ -34,6 +34,8 @@
#if HAVE_PTHREADS
#include <pthread.h>
+#elif HAVE_OS2THREADS
+#include "compat/os2threads.h"
#elif HAVE_W32THREADS
#include "compat/w32pthreads.h"
#endif