ffmpeg | branch: master | Anton Khirnov <an...@khirnov.net> | Mon Dec 1 14:15:36 2014 +0100| [e10e6651b50b4087f08813f3e503620db7413d3a] | committer: Anton Khirnov
thread: use "" instead of <> for including the w32pthreads wrapper Found-by: Dave Yeo <dave.r....@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e10e6651b50b4087f08813f3e503620db7413d3a --- libavutil/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/thread.h b/libavutil/thread.h index 07e3d4a..3556544 100644 --- a/libavutil/thread.h +++ b/libavutil/thread.h @@ -29,7 +29,7 @@ #if HAVE_PTHREADS #include <pthread.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