From 2aa0f4f952af38788cd71ac1ff64212a92c1dff5 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sun, 1 Dec 2013 15:33:44 +0000 Subject: update config and ffmpeg1.2 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3015 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/config-darwin.inc | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'src/config-darwin.inc') diff --git a/src/config-darwin.inc b/src/config-darwin.inc index d67e08e0..eff33d4f 100644 --- a/src/config-darwin.inc +++ b/src/config-darwin.inc @@ -7,19 +7,19 @@ {$IF Defined(IncludeConstants)} LUA_LIB_NAME = 'lua'; - LUA_VERSION_INT = 5001004; - LUA_VERSION_RELEASE = '4'; + LUA_VERSION_INT = 5001005; + LUA_VERSION_RELEASE = '5'; LUA_VERSION_MINOR = '1'; LUA_VERSION_MAJOR = '5'; - LUA_VERSION = '5.1.4'; + LUA_VERSION = '5.1.5'; {$IFEND} {$DEFINE HaveFFmpeg} {$IF Defined(HaveFFmpeg)} {$MACRO ON} {$IFNDEF FFMPEG_DIR} - {$IF (0 > 0) or (1 > 0)} - {$DEFINE FFMPEG_DIR := 'ffmpeg-1.0'} + {$IF (8 > 0) or (0 > 0)} + {$DEFINE FFMPEG_DIR := 'ffmpeg-0.8'} {$ELSE} {$DEFINE FFMPEG_DIR := 'ffmpeg'} {$DEFINE useOLD_FFMPEG} @@ -27,19 +27,19 @@ {$ENDIF} {$IF Defined(IncludeConstants)} av__codec = 'libavcodec'; - LIBAVCODEC_VERSION_MAJOR = 54; - LIBAVCODEC_VERSION_MINOR = 59; - LIBAVCODEC_VERSION_RELEASE = 100; + LIBAVCODEC_VERSION_MAJOR = 53; + LIBAVCODEC_VERSION_MINOR = 8; + LIBAVCODEC_VERSION_RELEASE = 0; av__format = 'libavformat'; - LIBAVFORMAT_VERSION_MAJOR = 54; - LIBAVFORMAT_VERSION_MINOR = 29; - LIBAVFORMAT_VERSION_RELEASE = 104; + LIBAVFORMAT_VERSION_MAJOR = 53; + LIBAVFORMAT_VERSION_MINOR = 5; + LIBAVFORMAT_VERSION_RELEASE = 0; av__util = 'libavutil'; LIBAVUTIL_VERSION_MAJOR = 51; - LIBAVUTIL_VERSION_MINOR = 73; - LIBAVUTIL_VERSION_RELEASE = 101; + LIBAVUTIL_VERSION_MINOR = 9; + LIBAVUTIL_VERSION_RELEASE = 1; {$IFEND} {$IFEND} @@ -47,8 +47,8 @@ {$IF Defined(HaveSWScale) and Defined(IncludeConstants)} sw__scale = 'libswscale'; LIBSWSCALE_VERSION_MAJOR = 2; - LIBSWSCALE_VERSION_MINOR = 1; - LIBSWSCALE_VERSION_RELEASE = 101; + LIBSWSCALE_VERSION_MINOR = 0; + LIBSWSCALE_VERSION_RELEASE = 0; {$IFEND} {$UNDEF HaveProjectM} -- cgit v1.2.3