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/vp8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vp8.h') 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 #elif HAVE_W32THREADS -#include "w32pthreads.h" +#include "compat/w32pthreads.h" #endif #define VP8_MAX_QUANT 127 -- cgit v1.2.3