ffmpeg | branch: master | Tobias Rapp <[email protected]> | Mon Aug 29 15:25:58 2016 +0200| [a64839189622f2a4cc3c62168ae5037b6aab6992] | committer: James Almer
cmdutils: fix implicit declaration of SetDllDirectory function Signed-off-by: Tobias Rapp <[email protected]> Signed-off-by: James Almer <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a64839189622f2a4cc3c62168ae5037b6aab6992 --- cmdutils.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmdutils.c b/cmdutils.c index 6960f8c..44f44cd 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -61,6 +61,9 @@ #include <sys/time.h> #include <sys/resource.h> #endif +#ifdef _WIN32 +#include <windows.h> +#endif static int init_report(const char *env); _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
