summaryrefslogtreecommitdiff
path: root/libavcodec/vp8.h
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/vp8.h
parente69222c50755030eef921e899e38b71a111093d9 (diff)
w32pthreads: move from lavc to compat/
It will be used in other places than lavc.
Diffstat (limited to 'libavcodec/vp8.h')
-rw-r--r--libavcodec/vp8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp8.h b/libavcodec/vp8.h
index 8631c8f5db..6ec3879667 100644
--- a/libavcodec/vp8.h
+++ b/libavcodec/vp8.h
@@ -36,7 +36,7 @@
#if HAVE_PTHREADS
#include <pthread.h>
#elif HAVE_W32THREADS
-#include "w32pthreads.h"
+#include "compat/w32pthreads.h"
#endif
#define VP8_MAX_QUANT 127