[FFmpeg-cvslog] libavutil/threads.h: correct an include to be local
Dave Yeo
git at videolan.org
Tue Dec 2 13:46:14 CET 2014
ffmpeg | branch: release/2.2 | Dave Yeo <dave.r.yeo at gmail.com> | Fri Nov 28 23:36:06 2014 -0800| [1579f14632223d7ec0da43d3b1090bee127e78f9] | committer: Michael Niedermayer
libavutil/threads.h: correct an include to be local
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit 32eadfe453c32788ea57968e6e80f673f434739d)
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1579f14632223d7ec0da43d3b1090bee127e78f9
---
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