[x264-devel] Fix GPAC support on Windows
Hiroki Taniura
git at videolan.org
Sat Aug 24 18:43:09 CEST 2013
x264 | branch: master | Hiroki Taniura <boiled.sugar at gmail.com> | Sun Aug 25 01:18:57 2013 +0900| [e61d9f9d3d77584136a591e01cebecbd7547a43b] | committer: Jason Garrett-Glaser
Fix GPAC support on Windows
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=e61d9f9d3d77584136a591e01cebecbd7547a43b
---
output/mp4.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/output/mp4.c b/output/mp4.c
index c6192a8..bae4a58 100644
--- a/output/mp4.c
+++ b/output/mp4.c
@@ -27,6 +27,10 @@
#include "output.h"
#include <gpac/isomedia.h>
+#ifdef _WIN32
+#include <windows.h>
+#endif
+
#if HAVE_GF_MALLOC
#undef malloc
#undef free
More information about the x264-devel
mailing list