[FFmpeg-cvslog] w32pthreads: Add missing #includes to make header compile standalone
Diego Biurrun
git at videolan.org
Wed Aug 15 16:02:53 CEST 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Aug 14 23:17:20 2012 +0200| [11928d24fe64c97a5329677ddb9eda44cfca4a56] | committer: Diego Biurrun
w32pthreads: Add missing #includes to make header compile standalone
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=11928d24fe64c97a5329677ddb9eda44cfca4a56
---
libavcodec/w32pthreads.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libavcodec/w32pthreads.h b/libavcodec/w32pthreads.h
index ae6ceb9..8489f71 100644
--- a/libavcodec/w32pthreads.h
+++ b/libavcodec/w32pthreads.h
@@ -39,6 +39,9 @@
#include <windows.h>
#include <process.h>
+#include "libavutil/internal.h"
+#include "libavutil/mem.h"
+
typedef struct {
void *handle;
void *(*func)(void* arg);
More information about the ffmpeg-cvslog
mailing list