[FFmpeg-devel] [PATCH] Fix compilation with os2threads

Dave Yeo daveryeo at telus.net
Thu Nov 7 20:10:20 CET 2013


Signed-off-by: Dave Yeo <daveryeo at telus.net>

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

diff --git a/compat/os2threads.h b/compat/os2threads.h
index b816bff..441ac43 100644
--- a/compat/os2threads.h
+++ b/compat/os2threads.h
@@ -32,6 +32,8 @@
  #undef __STRICT_ANSI__          /* for _beginthread() */
  #include <stdlib.h>

+#include "libavutil/mem.h"
+
  typedef TID  pthread_t;
  typedef void pthread_attr_t;

--
1.7.2.3


More information about the ffmpeg-devel mailing list