== FFMPEG ==

Made using system's ffmpeg the default now. (First step in removing
ffmpeg from extern)
This commit is contained in:
Peter Schlaile 2010-02-14 18:52:27 +00:00
parent 190d84a08b
commit cc948f13c0

@ -110,11 +110,11 @@ WITH_BF_BINRELOC = True
# enable ffmpeg support
WITH_BF_FFMPEG = True # -DWITH_FFMPEG
BF_FFMPEG = '#extern/ffmpeg'
BF_FFMPEG_LIB = ''
# 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 = '/usr'
BF_FFMPEG_LIB = 'avformat avcodec swscale avutil avdevice'
BF_FFMPEG_INC = '${BF_FFMPEG}'
BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'