[FFmpeg-cvslog] libavutil/threads.h: correct an include to be local
Dave Yeo
git at videolan.org
Sat Nov 29 12:03:41 CET 2014
ffmpeg | branch: master | Dave Yeo <dave.r.yeo at gmail.com> | Fri Nov 28 23:36:06 2014 -0800| [32eadfe453c32788ea57968e6e80f673f434739d] | committer: Michael Niedermayer
libavutil/threads.h: correct an include to be local
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=32eadfe453c32788ea57968e6e80f673f434739d
---
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
More information about the ffmpeg-cvslog
mailing list