aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Game/Code/config-win.inc2
-rw-r--r--Game/Code/lib/ffmpeg/swscale.pas2
2 files changed, 2 insertions, 2 deletions
diff --git a/Game/Code/config-win.inc b/Game/Code/config-win.inc
index 5791c579..749575ec 100644
--- a/Game/Code/config-win.inc
+++ b/Game/Code/config-win.inc
@@ -32,7 +32,7 @@
LIBAVUTIL_VERSION_RELEASE = 0;
{$IFEND}
-{$DEFINE HaveSWScale}
+{$UNDEF HaveSWScale}
{$IF Defined(HaveSWScale) and Defined(IncludeConstants)}
sw__scale = 'swscale-0';
LIBSWSCALE_VERSION_MAJOR = 0;
diff --git a/Game/Code/lib/ffmpeg/swscale.pas b/Game/Code/lib/ffmpeg/swscale.pas
index 406ab4a9..9bff330a 100644
--- a/Game/Code/lib/ffmpeg/swscale.pas
+++ b/Game/Code/lib/ffmpeg/swscale.pas
@@ -37,7 +37,7 @@ interface
uses
avutil,
- config;
+ UConfig;
const
(* Max. supported version by this header *)