ffmpeg | branch: release/2.4 | Dave Yeo <dave.r....@gmail.com> | Fri Nov 28 23:36:06 2014 -0800| [d48e0aed3c17284f4db71f644bcb5a5646c1cbe8] | committer: Michael Niedermayer
libavutil/threads.h: correct an include to be local Signed-off-by: Michael Niedermayer <michae...@gmx.at> (cherry picked from commit 32eadfe453c32788ea57968e6e80f673f434739d) Signed-off-by: Michael Niedermayer <michae...@gmx.at> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d48e0aed3c17284f4db71f644bcb5a5646c1cbe8 --- libavutil/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/thread.h b/libavutil/thread.h index a004fba..9733661 100644 --- a/libavutil/thread.h +++ b/libavutil/thread.h @@ -31,7 +31,7 @@ #elif HAVE_OS2THREADS #include "compat/os2threads.h" #else -#include <compat/w32pthreads.h> +#include "compat/w32pthreads.h" #endif #define AVMutex pthread_mutex_t _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog