== FFMPEG ==

Minor fix for using system's ffmpeg.
This commit is contained in:
2007-09-27 06:53:21 +00:00
parent fb44c5825e
commit 41989bf1a7

View File

@@ -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'