[FFmpeg-cvslog] lavc/w32pthreads: Fix make checkheaders.
jamal
git at videolan.org
Sat Jul 14 04:42:57 CEST 2012
ffmpeg | branch: master | jamal <jamrial at gmail.com> | Fri Jul 13 20:05:06 2012 -0300| [0f03563d7ec757e10767303794e15c6dd15a8fc6] | committer: Michael Niedermayer
lavc/w32pthreads: Fix make checkheaders.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0f03563d7ec757e10767303794e15c6dd15a8fc6
---
libavcodec/w32pthreads.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/w32pthreads.h b/libavcodec/w32pthreads.h
index ae6ceb9..fbc183a 100644
--- a/libavcodec/w32pthreads.h
+++ b/libavcodec/w32pthreads.h
@@ -39,6 +39,8 @@
#include <windows.h>
#include <process.h>
+#include "libavutil/common.h"
+
typedef struct {
void *handle;
void *(*func)(void* arg);
More information about the ffmpeg-cvslog
mailing list