summaryrefslogtreecommitdiff
path: root/libavcodec/pthread.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-05-12 08:11:42 +0200
committerAnton Khirnov <anton@khirnov.net>2013-05-24 09:26:54 +0200
commit90f9a5830b5d332de7ebb1ab45589f1870cbd65d (patch)
treea2350483ff31b95fccbaafb79904a7dcbc29ac92 /libavcodec/pthread.c
parente69222c50755030eef921e899e38b71a111093d9 (diff)
w32pthreads: move from lavc to compat/
It will be used in other places than lavc.
Diffstat (limited to 'libavcodec/pthread.c')
-rw-r--r--libavcodec/pthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/pthread.c b/libavcodec/pthread.c
index 9855b3587b..7eac335f74 100644
--- a/libavcodec/pthread.c
+++ b/libavcodec/pthread.c
@@ -58,7 +58,7 @@
#if HAVE_PTHREADS
#include <pthread.h>
#elif HAVE_W32THREADS
-#include "w32pthreads.h"
+#include "compat/w32pthreads.h"
#endif
typedef int (action_func)(AVCodecContext *c, void *arg);