[FFmpeg-cvslog] Fix OS/2 threading

Dave Yeo git at videolan.org
Sat Dec 29 18:59:44 CET 2012


ffmpeg | branch: master | Dave Yeo <dave.r.yeo at gmail.com> | Fri Dec 28 17:53:43 2012 -0800| [925c9f444fc9972f3364cd44e7c9dd9250f772c3] | committer: Michael Niedermayer

Fix OS/2 threading

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavformat/network.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavformat/network.c b/libavformat/network.c
index 64bd0ed..ceed719 100644
--- a/libavformat/network.c
+++ b/libavformat/network.c
@@ -28,6 +28,8 @@
 #if HAVE_THREADS
 #if HAVE_PTHREADS
 #include <pthread.h>
+#elif HAVE_OS2THREADS
+#include "libavcodec/os2threads.h"
 #else
 #include "libavcodec/w32pthreads.h"
 #endif



More information about the ffmpeg-cvslog mailing list