This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
cmdutils: fix implicit declaration of SetDllDirectory function
Pre-processor check changed by commiter. Signed-off-by: James Almer <jamrial@gmail.com>
tags/n2.8.8
Tobias Rapp
James Almer
9 years ago
parent
2f9bc30956
commit
c32ce247a0
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
cmdutils.c
+ 3
- 0
cmdutils.c
View File
@@ -60,6 +60,9 @@
#include <sys/time.h>
#include <sys/resource.h>
#endif
#if HAVE_SETDLLDIRECTORY
#include <windows.h>
#endif
static int init_report(const char *env);
Write
Preview
Loading…
Cancel
Save