aboutsummaryrefslogtreecommitdiffstats
path: root/src/config-darwin.inc
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-05-03 23:47:45 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-05-03 23:47:45 +0000
commit643beb83b6e7c6285c84d45923140c8d2e9aaa0b (patch)
tree8a5634a195a0bf2bc9550f19be813f67113d1f92 /src/config-darwin.inc
parentaa8a156700ed922b3b8188b7abd9deb2f49fa22b (diff)
downloadusdx-643beb83b6e7c6285c84d45923140c8d2e9aaa0b.tar.gz
usdx-643beb83b6e7c6285c84d45923140c8d2e9aaa0b.tar.xz
usdx-643beb83b6e7c6285c84d45923140c8d2e9aaa0b.zip
extend the detection of ffmpeg and lua.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2979 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/config-darwin.inc')
-rw-r--r--src/config-darwin.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config-darwin.inc b/src/config-darwin.inc
index 345f0ed9..181eda57 100644
--- a/src/config-darwin.inc
+++ b/src/config-darwin.inc
@@ -6,8 +6,8 @@
{* Libraries *}
{$IF Defined(IncludeConstants)}
- lua_lib_name = 'lua';
- LUA_VERSION_INT = '5001004';
+ LUA_LIB_NAME = '@lua_LIB_NAME@';
+ LUA_VERSION_INT = 5001004;
LUA_VERSION_RELEASE = '4';
LUA_VERSION_MINOR = '1';
LUA_VERSION_MAJOR = '5';
@@ -18,7 +18,7 @@
{$IF Defined(HaveFFmpeg)}
{$MACRO ON}
{$IFNDEF FFMPEG_DIR}
- {$IF 8 > 0}
+ {$IF (8 > 0) or (0 > 0)}
{$DEFINE FFMPEG_DIR := 'ffmpeg-0.8'}
{$ELSE}
{$DEFINE FFMPEG_DIR := 'ffmpeg'}