From 637a22bcc37f7da13e683555a6f6468e03cd4656 Mon Sep 17 00:00:00 2001 From: Peter Schlaile Date: Thu, 27 Sep 2007 07:19:10 +0000 Subject: == FFMPEG == Another fix for external ffmpeg building. --- config/linux2-config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/linux2-config.py b/config/linux2-config.py index 38af4de4ac7..4bf7e755c49 100644 --- a/config/linux2-config.py +++ b/config/linux2-config.py @@ -117,12 +117,12 @@ BF_ICONV_LIBPATH = '${BF_ICONV}/lib' # enable ffmpeg support WITH_BF_FFMPEG = 'true' # -DWITH_FFMPEG BF_FFMPEG = '#extern/ffmpeg' -BF_FFMPEG_INC = '${BF_FFMPEG}/include' -BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib' BF_FFMPEG_LIB = '' # Uncomment the following two lines to use system's ffmpeg -# BF_FFMPEG_LIB = 'avformat avcodec swscale avutil' # BF_FFMPEG = '/usr' +# BF_FFMPEG_LIB = 'avformat avcodec swscale avutil' +BF_FFMPEG_INC = '${BF_FFMPEG}/include' +BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib' # Mesa Libs should go here if your using them as well.... WITH_BF_STATICOPENGL = 'false' -- cgit v1.2.3