From 41989bf1a770cbc54500f03bb2a6a80279b5153b Mon Sep 17 00:00:00 2001 From: Peter Schlaile Date: Thu, 27 Sep 2007 06:53:21 +0000 Subject: == FFMPEG == Minor fix for using system's ffmpeg. --- config/linux2-config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/linux2-config.py b/config/linux2-config.py index 863885dc0bd..38af4de4ac7 100644 --- a/config/linux2-config.py +++ b/config/linux2-config.py @@ -120,8 +120,9 @@ BF_FFMPEG = '#extern/ffmpeg' BF_FFMPEG_INC = '${BF_FFMPEG}/include' BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib' BF_FFMPEG_LIB = '' -# Uncomment the following line to use external ffmpeg +# Uncomment the following two lines to use system's ffmpeg # BF_FFMPEG_LIB = 'avformat avcodec swscale avutil' +# BF_FFMPEG = '/usr' # Mesa Libs should go here if your using them as well.... WITH_BF_STATICOPENGL = 'false' -- cgit v1.2.3