[FFmpeg-devel] [PATCH] lavc/w32pthreads: Fix make checkheaders.
jamal
jamrial at gmail.com
Sat Jul 14 01:05:06 CEST 2012
---
libavcodec/w32pthreads.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
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);
--
1.7.8.6
More information about the ffmpeg-devel
mailing list