From 643beb83b6e7c6285c84d45923140c8d2e9aaa0b Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Fri, 3 May 2013 23:47:45 +0000 Subject: 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 --- src/config-darwin.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/config-darwin.inc') 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'} -- cgit v1.2.3