summaryrefslogtreecommitdiff
path: root/libavcodec/pthread.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-24 12:32:18 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-24 13:01:41 +0200
commita4d3757b29b5e9affd97cbc4e6fc2d202378610b (patch)
tree11fcdd0668836e62b9b999292ff2a33bbc0bbbb8 /libavcodec/pthread.c
parentecbd96ed23f07dfabc613b3fa2dcf394b2863203 (diff)
parent90f9a5830b5d332de7ebb1ab45589f1870cbd65d (diff)
downloadffmpeg-a4d3757b29b5e9affd97cbc4e6fc2d202378610b.tar.gz
Merge commit '90f9a5830b5d332de7ebb1ab45589f1870cbd65d'
* commit '90f9a5830b5d332de7ebb1ab45589f1870cbd65d': w32pthreads: move from lavc to compat/ Conflicts: libavcodec/Makefile libavcodec/pthread.c libavcodec/vp8.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 f3e0f71b54..036d53bc4f 100644
--- a/libavcodec/pthread.c
+++ b/libavcodec/pthread.c
@@ -61,7 +61,7 @@
#if HAVE_PTHREADS
#include <pthread.h>
#elif HAVE_W32THREADS
-#include "w32pthreads.h"
+#include "compat/w32pthreads.h"
#elif HAVE_OS2THREADS
#include "os2threads.h"
#endif