aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/config-macosx.inc
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-05-02 21:09:59 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-05-02 21:09:59 +0000
commit3fe5060bb0f4e2c1e6dd9f8fa11e210a17f3a24f (patch)
treed3d281238fb332f8a495c8fd5488fb93e99d6890 /Game/Code/config-macosx.inc
parent77927874d012232c7ee8e3cf068d3ca154afc2a9 (diff)
downloadusdx-3fe5060bb0f4e2c1e6dd9f8fa11e210a17f3a24f.tar.gz
usdx-3fe5060bb0f4e2c1e6dd9f8fa11e210a17f3a24f.tar.xz
usdx-3fe5060bb0f4e2c1e6dd9f8fa11e210a17f3a24f.zip
changed config-macosx.inc to config-darwin.inc. The configure-script will create this automatically.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1057 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/config-macosx.inc')
-rw-r--r--Game/Code/config-macosx.inc49
1 files changed, 0 insertions, 49 deletions
diff --git a/Game/Code/config-macosx.inc b/Game/Code/config-macosx.inc
deleted file mode 100644
index 5f06e446..00000000
--- a/Game/Code/config-macosx.inc
+++ /dev/null
@@ -1,49 +0,0 @@
-{*****************************************************************
- * Configuration file for UltraStar Deluxe 1.1
- *****************************************************************}
-
-{* Libraries *}
-
-{$DEFINE HaveFFMpeg}
-{$IF Defined(HaveFFMpeg) and Defined(IncludeConstants)}
- av__codec = 'libavcodec.dylib';
- LIBAVCODEC_VERSION_MAJOR = 51;
- LIBAVCODEC_VERSION_MINOR = 0;
- LIBAVCODEC_VERSION_RELEASE = 0;
-
- av__format = 'libavformat.dylib';
- LIBAVFORMAT_VERSION_MAJOR = 52;
- LIBAVFORMAT_VERSION_MINOR = 0;
- LIBAVFORMAT_VERSION_RELEASE = 0;
-
- av__util = 'libavutil.dylib';
- LIBAVUTIL_VERSION_MAJOR = 49;
- LIBAVUTIL_VERSION_MINOR = 0;
- LIBAVUTIL_VERSION_RELEASE = 0;
-{$IFEND}
-
-{$UNDEF HaveSWScale}
-{$IF Defined(HaveSWScale) and Defined(IncludeConstants)}
- sw__scale = 'libswscale.dylib';
- LIBSWSCALE_VERSION_MAJOR = 0;
- LIBSWSCALE_VERSION_MINOR = 5;
- LIBSWSCALE_VERSION_RELEASE = 0;
-{$IFEND}
-
-{$UNDEF HaveProjectM}
-{$IF Defined(HaveProjectM) and Defined(IncludeConstants)}
- ProjectM_DataDir = 'Visuals\projectM';
- PROJECTM_VERSION_MAJOR = 0;
- PROJECTM_VERSION_MINOR = 98;
- PROJECTM_VERSION_RELEASE = 0;
-{$IFEND}
-
-{$UNDEF HavePortaudio}
-{$IF Defined(HavePortaudio) and Defined(IncludeConstants)}
- PORTAUDIO_VERSION_MAJOR = 19;
- PORTAUDIO_VERSION_MINOR = 0;
- PORTAUDIO_VERSION_RELEASE = 0;
-{$IFEND}
-
-{$UNDEF HavePortmixer}
-