mirror of https://git.ffmpeg.org/ffmpeg.git
cmdutils: fix implicit declaration of SetDllDirectory function
Pre-processor check changed by commiter.
Signed-off-by: James Almer <jamrial@gmail.com>
(cherry picked from commit c32ce247a0
)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
afcede09b6
commit
f1b8807dae
|
@ -58,6 +58,9 @@
|
|||
#include <sys/time.h>
|
||||
#include <sys/resource.h>
|
||||
#endif
|
||||
#if HAVE_SETDLLDIRECTORY
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
static int init_report(const char *env);
|
||||
|
||||
|
|
Loading…
Reference in New Issue