aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/UltraStar.dpr
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-02-07 19:52:50 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-02-07 19:52:50 +0000
commitd4d3d8873fea024cd9e1f17b04416bebe627d1f0 (patch)
tree47053ef22d8de6a59326efe9bb0721ce0d698a30 /Game/Code/UltraStar.dpr
parent51a8b92b1696c8ff27523de753a7c6a743a817de (diff)
downloadusdx-d4d3d8873fea024cd9e1f17b04416bebe627d1f0.tar.gz
usdx-d4d3d8873fea024cd9e1f17b04416bebe627d1f0.tar.xz
usdx-d4d3d8873fea024cd9e1f17b04416bebe627d1f0.zip
SWScale will only be used if FFMpeg is available (this should be the standard case)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@839 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/UltraStar.dpr')
-rw-r--r--Game/Code/UltraStar.dpr2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/UltraStar.dpr b/Game/Code/UltraStar.dpr
index 5c26180e..d624e809 100644
--- a/Game/Code/UltraStar.dpr
+++ b/Game/Code/UltraStar.dpr
@@ -53,10 +53,10 @@ uses
opt in 'lib\ffmpeg\opt.pas',
avio in 'lib\ffmpeg\avio.pas',
mathematics in 'lib\ffmpeg\mathematics.pas',
- {$ENDIF}
{$IFDEF UseSWScale}
swscale in 'lib\ffmpeg\swscale.pas',
{$ENDIF}
+ {$ENDIF}
{$IFDEF UseProjectM_0_9}
projectM in 'lib\projectM\0.9\projectM.pas',