Module: libav
Branch: master
Commit: e10e6651b50b4087f08813f3e503620db7413d3a

Author:    Anton Khirnov <[email protected]>
Committer: Anton Khirnov <[email protected]>
Date:      Mon Dec  1 14:15:36 2014 +0100

thread: use "" instead of <> for including the w32pthreads wrapper

Found-by: Dave Yeo <[email protected]>

---

 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

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to