From b896a007ea2475e0b81985d996c75e1204d70137 Mon Sep 17 00:00:00 2001 From: Joerg Mueller Date: Thu, 18 Feb 2010 15:59:20 +0000 Subject: Scons fixes: - Removing alut - Minor changes in linux ffmpeg default config. --- config/linux2-config.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'config') diff --git a/config/linux2-config.py b/config/linux2-config.py index ef5ff0d2b4d..53cad76d612 100644 --- a/config/linux2-config.py +++ b/config/linux2-config.py @@ -110,12 +110,9 @@ WITH_BF_BINRELOC = True # enable ffmpeg support WITH_BF_FFMPEG = True # -DWITH_FFMPEG -# BF_FFMPEG = '#extern/ffmpeg' -# BF_FFMPEG_LIB = '' -# Uncomment the following two lines to use system's ffmpeg BF_FFMPEG = '/usr' BF_FFMPEG_LIB = 'avformat avcodec swscale avutil avdevice' -BF_FFMPEG_INC = '${BF_FFMPEG}' +BF_FFMPEG_INC = '${BF_FFMPEG}/include' BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib' # enable ogg, vorbis and theora in ffmpeg -- cgit v1.2.3