== FFMPEG ==
Minor fix for using system's ffmpeg.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user