[FFmpeg-devel] [PATCH] lavc: include os2threads.h in vp8.h if HAVE_OS2THREADS is enabled

KO Myung-Hun komh78 at gmail.com
Tue Oct 9 12:29:32 CEST 2012


---
 libavcodec/vp8.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libavcodec/vp8.h b/libavcodec/vp8.h
index eb4aad2..2193487 100644
--- a/libavcodec/vp8.h
+++ b/libavcodec/vp8.h
@@ -34,6 +34,8 @@
 #include <pthread.h>
 #elif HAVE_W32THREADS
 #include "w32pthreads.h"
+#elif HAVE_OS2THREADS
+#include "os2threads.h"
 #endif
 
 #define VP8_MAX_QUANT 127
-- 
1.7.3.2



More information about the ffmpeg-devel mailing list