diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-10-10 22:59:33 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-10-10 22:59:33 +0000 |
commit | 35187604cef84864a908972d07361a5bd57e29ca (patch) | |
tree | dc95a8b1abeabd3a466729056ab8d37aaa6e72ea /src/config-darwin.inc | |
parent | 58c1daf3692d4c5c534750a4fda97e087b0f0cbb (diff) | |
parent | 02bd10f0798829ab69d2028b988cb2a54eae292a (diff) | |
download | usdx-github/svn/1.1.tar.gz usdx-github/svn/1.1.tar.xz usdx-github/svn/1.1.zip |
rename trunk to 1.1svn/1.1github/svn/1.1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.1@2662 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/config-darwin.inc')
-rw-r--r-- | src/config-darwin.inc | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/src/config-darwin.inc b/src/config-darwin.inc new file mode 100644 index 00000000..4c128a05 --- /dev/null +++ b/src/config-darwin.inc @@ -0,0 +1,58 @@ +{***************************************************************** + * Configuration file for ultrastardx 1.1-beta + * src/config-darwin.inc. Generated from config.inc.in by configure. + *****************************************************************} + +{* Libraries *} + +{$IF Defined(IncludeConstants)} + lua_lib_name = 'lua'; +{$IFEND} + +{$DEFINE HaveFFmpeg} +{$IF Defined(HaveFFmpeg) and Defined(IncludeConstants)} + av__codec = 'libavcodec'; + LIBAVCODEC_VERSION_MAJOR = 51; + LIBAVCODEC_VERSION_MINOR = 49; + LIBAVCODEC_VERSION_RELEASE = 0; + + av__format = 'libavformat'; + LIBAVFORMAT_VERSION_MAJOR = 52; + LIBAVFORMAT_VERSION_MINOR = 2; + LIBAVFORMAT_VERSION_RELEASE = 0; + + av__util = 'libavutil'; + LIBAVUTIL_VERSION_MAJOR = 49; + LIBAVUTIL_VERSION_MINOR = 6; + LIBAVUTIL_VERSION_RELEASE = 0; +{$IFEND} + +{$DEFINE HaveSWScale} +{$IF Defined(HaveSWScale) and Defined(IncludeConstants)} + sw__scale = 'libswscale'; + LIBSWSCALE_VERSION_MAJOR = 0; + LIBSWSCALE_VERSION_MINOR = 5; + LIBSWSCALE_VERSION_RELEASE = 0; +{$IFEND} + +{$UNDEF HaveProjectM} +{$IF Defined(HaveProjectM) and Defined(IncludeConstants)} + ProjectM_DataDir = ''; + PROJECTM_VERSION_MAJOR = 0; + PROJECTM_VERSION_MINOR = 0; + PROJECTM_VERSION_RELEASE = 0; +{$IFEND} + +{$DEFINE HavePortaudio} +{$IF Defined(HavePortaudio) and Defined(IncludeConstants)} + PORTAUDIO_VERSION_MAJOR = 19; + PORTAUDIO_VERSION_MINOR = 0; + PORTAUDIO_VERSION_RELEASE = 0; +{$IFEND} + +{$DEFINE HaveLibPcre} +{$IF Defined(HaveLibPcre) and Defined(IncludeConstants)} + LIBPCRE_LIBDIR = '/sw/lib'; +{$IFEND} + +{$UNDEF HavePortmixer} |