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

KO Myung-Hun git at videolan.org
Sun Dec 9 21:11:30 CET 2012


ffmpeg | branch: release/1.0 | KO Myung-Hun <komh78 at gmail.com> | Tue Oct  9 19:29:32 2012 +0900| [1b0c1df3b9d6238e0f9417a88895a7ca8ab43758] | committer: Michael Niedermayer

lavc: include os2threads.h in vp8.h if HAVE_OS2THREADS is enabled

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit 3a45688abc5c98c91fc6a1b0b8b68f0eca641aec)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1b0c1df3b9d6238e0f9417a88895a7ca8ab43758
---

 libavcodec/vp8.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/vp8.h b/libavcodec/vp8.h
index 4f026df..1d13969 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



More information about the ffmpeg-cvslog mailing list