diff options
author | b1indy <b1indy@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-12-17 15:50:07 +0000 |
---|---|---|
committer | b1indy <b1indy@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-12-17 15:50:07 +0000 |
commit | 29214cceb54e4683811186e1280a53509f2e888a (patch) | |
tree | 8a22002fe00c4598d042af58eb840a6351d8b835 | |
parent | 6194a1562e4990efe2655f660b73223ed0919311 (diff) | |
download | usdx-29214cceb54e4683811186e1280a53509f2e888a.tar.gz usdx-29214cceb54e4683811186e1280a53509f2e888a.tar.xz usdx-29214cceb54e4683811186e1280a53509f2e888a.zip |
include swscale.pas
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@713 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Game/Code/UltraStar.dpr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/UltraStar.dpr b/Game/Code/UltraStar.dpr index 7b0b85a8..9ba415bc 100644 --- a/Game/Code/UltraStar.dpr +++ b/Game/Code/UltraStar.dpr @@ -47,7 +47,7 @@ uses rational in 'lib\ffmpeg\rational.pas',
opt in 'lib\ffmpeg\opt.pas',
avio in 'lib\ffmpeg\avio.pas',
- //swscale in 'lib\ffmpeg\swscale.pas',
+ swscale in 'lib\ffmpeg\swscale.pas',
{$ifdef UseProjectM_0_9}
projectM in 'lib\projectM\0.9\projectM.pas',
|