[FFmpeg-cvslog] lavc: include os2threads.h in vp8.h if HAVE_OS2THREADS is enabled
KO Myung-Hun
git at videolan.org
Tue Oct 9 17:22:45 CEST 2012
ffmpeg | branch: master | KO Myung-Hun <komh78 at gmail.com> | Tue Oct 9 19:29:32 2012 +0900| [3a45688abc5c98c91fc6a1b0b8b68f0eca641aec] | committer: Michael Niedermayer
lavc: include os2threads.h in vp8.h if HAVE_OS2THREADS is enabled
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3a45688abc5c98c91fc6a1b0b8b68f0eca641aec
---
libavcodec/vp8.h | 2 ++
1 file changed, 2 insertions(+)
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
More information about the ffmpeg-cvslog
mailing list