aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/config-win.inc
diff options
context:
space:
mode:
authorf1fth_freed0m <f1fth_freed0m@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-04-12 23:00:18 +0000
committerf1fth_freed0m <f1fth_freed0m@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-04-12 23:00:18 +0000
commit0e714a8189d8f0586f0e9520a8ae55d09b9c32e8 (patch)
tree30c36db5a8336784f07e6b9cdfc2cf36c6f30436 /Game/Code/config-win.inc
parente4fc1ba3d1b0c146ea806319514d2603f0d4f112 (diff)
downloadusdx-0e714a8189d8f0586f0e9520a8ae55d09b9c32e8.tar.gz
usdx-0e714a8189d8f0586f0e9520a8ae55d09b9c32e8.tar.xz
usdx-0e714a8189d8f0586f0e9520a8ae55d09b9c32e8.zip
started to implement the new folder structure (like suggested in the wiki)
-merged Skins and Themes in Themes -moved some libs to Libraries git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1021 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/config-win.inc14
1 files changed, 7 insertions, 7 deletions
diff --git a/Game/Code/config-win.inc b/Game/Code/config-win.inc
index 749575ec..03f0414b 100644
--- a/Game/Code/config-win.inc
+++ b/Game/Code/config-win.inc
@@ -16,17 +16,17 @@
{$DEFINE HaveFFMpeg}
{$IF Defined(HaveFFMpeg) and Defined(IncludeConstants)}
- av__codec = 'avcodec-51';
+ av__codec = 'Libraries\avcodec-51';
LIBAVCODEC_VERSION_MAJOR = 51;
LIBAVCODEC_VERSION_MINOR = 16;
LIBAVCODEC_VERSION_RELEASE = 0;
- av__format = 'avformat-50';
+ av__format = 'Libraries\avformat-50';
LIBAVFORMAT_VERSION_MAJOR = 50;
LIBAVFORMAT_VERSION_MINOR = 5;
LIBAVFORMAT_VERSION_RELEASE = 0;
- av__util = 'avutil-49';
+ av__util = 'Libraries\avutil-49';
LIBAVUTIL_VERSION_MAJOR = 49;
LIBAVUTIL_VERSION_MINOR = 0;
LIBAVUTIL_VERSION_RELEASE = 0;
@@ -34,7 +34,7 @@
{$UNDEF HaveSWScale}
{$IF Defined(HaveSWScale) and Defined(IncludeConstants)}
- sw__scale = 'swscale-0';
+ sw__scale = 'Libraries\swscale-0';
LIBSWSCALE_VERSION_MAJOR = 0;
LIBSWSCALE_VERSION_MINOR = 5;
LIBSWSCALE_VERSION_RELEASE = 0;
@@ -48,7 +48,7 @@
{$DEFINE HaveProjectM}
{$IFEND}
{$IF Defined(HaveProjectM) and Defined(IncludeConstants)}
- libprojectM = 'libprojectM';
+ libprojectM = 'Libraries\libprojectM';
// Note: Un/Define HaveProjectM_0_9 or HaveProjectM_1_0_PLUS accordingly
PROJECTM_VERSION_MAJOR = 0;
PROJECTM_VERSION_MINOR = 98;
@@ -57,7 +57,7 @@
{$UNDEF HavePortaudio}
{$IF Defined(HavePortaudio) and Defined(IncludeConstants)}
- libportaudio = 'portaudio_x86';
+ libportaudio = 'Libraries\portaudio_x86';
PORTAUDIO_VERSION_MAJOR = 19;
PORTAUDIO_VERSION_MINOR = 0;
PORTAUDIO_VERSION_RELEASE = 0;
@@ -65,6 +65,6 @@
{$UNDEF HavePortmixer}
{$IF Defined(HavePortmixer) and Defined(IncludeConstants)}
- libportmixer = 'portmixer';
+ libportmixer = 'Libraries\portmixer';
{$IFEND}