From 098b686e6397d5bb6b3a5c03cd918aa88216909f Mon Sep 17 00:00:00 2001 From: Hiroki Taniura Date: Sun, 25 Aug 2013 01:18:57 +0900 Subject: [PATCH] Fix GPAC support on Windows --- output/mp4.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/output/mp4.c b/output/mp4.c index c6192a89..bae4a58f 100644 --- a/output/mp4.c +++ b/output/mp4.c @@ -27,6 +27,10 @@ #include "output.h" #include +#ifdef _WIN32 +#include +#endif + #if HAVE_GF_MALLOC #undef malloc #undef free -- 2.39.2