From e615a777990f9c9cd6dd4d5d85cb21f6e43e5d74 Mon Sep 17 00:00:00 2001 From: Dave Yeo Date: Mon, 27 May 2013 23:22:10 -0700 Subject: os2threads: move from lavc to compat/ For useage in other places besides lavc. Needed after commit 90f9a5830b5d332de7ebb1ab45589f1870cbd65d Signed-off-by: Michael Niedermayer --- 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 259dab0d8c..7968a61358 100644 --- a/libavcodec/pthread.c +++ b/libavcodec/pthread.c @@ -43,7 +43,7 @@ #elif HAVE_W32THREADS #include "compat/w32pthreads.h" #elif HAVE_OS2THREADS -#include "os2threads.h" +#include "compat/os2threads.h" #endif typedef int (action_func)(AVCodecContext *c, void *arg); -- cgit v1.2.3