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. --- libavcodec/pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/pthread.c') 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 #elif HAVE_W32THREADS -#include "w32pthreads.h" +#include "compat/w32pthreads.h" #endif typedef int (action_func)(AVCodecContext *c, void *arg); -- cgit v1.2.3