From 0e714a8189d8f0586f0e9520a8ae55d09b9c32e8 Mon Sep 17 00:00:00 2001 From: f1fth_freed0m Date: Sat, 12 Apr 2008 23:00:18 +0000 Subject: 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 --- Game/Code/config-win.inc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Game/Code/config-win.inc') 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} -- cgit v1.2.3