From 90f9a5830b5d332de7ebb1ab45589f1870cbd65d Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 12 May 2013 08:11:42 +0200 Subject: w32pthreads: move from lavc to compat/ It will be used in other places than lavc. --- libavformat/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/network.c') 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 #else -#include "libavcodec/w32pthreads.h" +#include "compat/w32pthreads.h" #endif #endif -- cgit v1.2.3