summaryrefslogtreecommitdiff
path: root/libavformat/network.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 /libavformat/network.c
parente69222c50755030eef921e899e38b71a111093d9 (diff)
w32pthreads: move from lavc to compat/
It will be used in other places than lavc.
Diffstat (limited to 'libavformat/network.c')
-rw-r--r--libavformat/network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/network.c b/libavformat/network.c
index 1f6bc10995..f493c29e81 100644
--- a/libavformat/network.c
+++ b/libavformat/network.c
@@ -26,7 +26,7 @@
#if HAVE_PTHREADS
#include <pthread.h>
#else
-#include "libavcodec/w32pthreads.h"
+#include "compat/w32pthreads.h"
#endif
#endif