aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/config-win.inc
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-02-05 15:04:49 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-02-05 15:04:49 +0000
commit8bbb2068bae2d03a574ff594b6cd791370e0de58 (patch)
tree4770083104597336d2650e95381518ac32627eb7 /Game/Code/config-win.inc
parent0d445e4ef186d6daee3a1545609a1528fe31fa10 (diff)
downloadusdx-8bbb2068bae2d03a574ff594b6cd791370e0de58.tar.gz
usdx-8bbb2068bae2d03a574ff594b6cd791370e0de58.tar.xz
usdx-8bbb2068bae2d03a574ff594b6cd791370e0de58.zip
- config-win.pas: swscale must be undefined by default
- swscale.pas: corrected "config" to "UConfig" git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@817 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/config-win.inc')
-rw-r--r--Game/Code/config-win.inc2
1 files changed, 1 insertions, 1 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;