[FFmpeg-cvslog] thread: use "" instead of <> for including the w32pthreads wrapper

Anton Khirnov git at videolan.org
Sun Dec 14 22:13:44 CET 2014


ffmpeg | branch: master | Anton Khirnov <anton at 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.yeo at 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



More information about the ffmpeg-cvslog mailing list