diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-02-05 15:04:49 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-02-05 15:04:49 +0000 |
commit | 8bbb2068bae2d03a574ff594b6cd791370e0de58 (patch) | |
tree | 4770083104597336d2650e95381518ac32627eb7 /Game/Code/lib/ffmpeg | |
parent | 0d445e4ef186d6daee3a1545609a1528fe31fa10 (diff) | |
download | usdx-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/lib/ffmpeg')
-rw-r--r-- | Game/Code/lib/ffmpeg/swscale.pas | 2 |
1 files changed, 1 insertions, 1 deletions
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 *) |