aboutsummaryrefslogtreecommitdiffstats
path: root/src/config-win.inc
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-01-12 18:28:54 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-01-12 18:28:54 +0000
commit067a9f3484d6abae175453acb28bd556e0f570a4 (patch)
tree1058d0ca60350b9a58673570bd23d7e2c2c9949e /src/config-win.inc
parent4711217f127aa0c10fa52755fd567c570277a1a1 (diff)
downloadusdx-067a9f3484d6abae175453acb28bd556e0f570a4.tar.gz
usdx-067a9f3484d6abae175453acb28bd556e0f570a4.tar.xz
usdx-067a9f3484d6abae175453acb28bd556e0f570a4.zip
updated ffmpeg lib versions used by windows build to ffmpeg builds from 04 Jan 2010
activated use of swscale on windows versions are now: libavcodec 52.45.0 libavformat 52.46.0 libavutil 50.7.0 libswscale 0.7.2 You may use the precompiled builds from Jan 04th from the following url: http://ffmpeg.arrozcru.org/autobuilds/ffmpeg/mingw32/shared/ git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2072 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/config-win.inc')
-rw-r--r--src/config-win.inc29
1 files changed, 14 insertions, 15 deletions
diff --git a/src/config-win.inc b/src/config-win.inc
index e3ca8840..72e00aef 100644
--- a/src/config-win.inc
+++ b/src/config-win.inc
@@ -1,4 +1,4 @@
-{*****************************************************************
+{*****************************************************************
* Configuration file for UltraStar Deluxe 1.1
*****************************************************************}
@@ -6,28 +6,28 @@
{$DEFINE HaveFFmpeg}
{$IF Defined(HaveFFmpeg) and Defined(IncludeConstants)}
- av__codec = 'avcodec-51';
- LIBAVCODEC_VERSION_MAJOR = 51;
- LIBAVCODEC_VERSION_MINOR = 16;
+ av__codec = 'avcodec-52';
+ LIBAVCODEC_VERSION_MAJOR = 52;
+ LIBAVCODEC_VERSION_MINOR = 45;
LIBAVCODEC_VERSION_RELEASE = 0;
- av__format = 'avformat-50';
- LIBAVFORMAT_VERSION_MAJOR = 50;
- LIBAVFORMAT_VERSION_MINOR = 5;
+ av__format = 'avformat-52';
+ LIBAVFORMAT_VERSION_MAJOR = 52;
+ LIBAVFORMAT_VERSION_MINOR = 46;
LIBAVFORMAT_VERSION_RELEASE = 0;
- av__util = 'avutil-49';
- LIBAVUTIL_VERSION_MAJOR = 49;
- LIBAVUTIL_VERSION_MINOR = 0;
- LIBAVUTIL_VERSION_RELEASE = 1;
+ av__util = 'avutil-50';
+ LIBAVUTIL_VERSION_MAJOR = 50;
+ LIBAVUTIL_VERSION_MINOR = 7;
+ LIBAVUTIL_VERSION_RELEASE = 0;
{$IFEND}
-{$UNDEF HaveSWScale}
+{$DEFINE HaveSWScale}
{$IF Defined(HaveSWScale) and Defined(IncludeConstants)}
sw__scale = 'swscale-0';
LIBSWSCALE_VERSION_MAJOR = 0;
- LIBSWSCALE_VERSION_MINOR = 5;
- LIBSWSCALE_VERSION_RELEASE = 0;
+ LIBSWSCALE_VERSION_MINOR = 7;
+ LIBSWSCALE_VERSION_RELEASE = 2;
{$IFEND}
{$DEFINE HaveProjectM}
@@ -53,4 +53,3 @@
LIBSAMPLERATE_VERSION_MINOR = 1;
LIBSAMPLERATE_VERSION_RELEASE = 3;
{$IFEND}
-