== FFMPEG ==
Made using system's ffmpeg the default now. (First step in removing ffmpeg from extern)
This commit is contained in:
@@ -110,11 +110,11 @@ WITH_BF_BINRELOC = True
|
|||||||
|
|
||||||
# enable ffmpeg support
|
# enable ffmpeg support
|
||||||
WITH_BF_FFMPEG = True # -DWITH_FFMPEG
|
WITH_BF_FFMPEG = True # -DWITH_FFMPEG
|
||||||
BF_FFMPEG = '#extern/ffmpeg'
|
# BF_FFMPEG = '#extern/ffmpeg'
|
||||||
BF_FFMPEG_LIB = ''
|
# BF_FFMPEG_LIB = ''
|
||||||
# Uncomment the following two lines to use system's ffmpeg
|
# Uncomment the following two lines to use system's ffmpeg
|
||||||
# BF_FFMPEG = '/usr'
|
BF_FFMPEG = '/usr'
|
||||||
# BF_FFMPEG_LIB = 'avformat avcodec swscale avutil avdevice'
|
BF_FFMPEG_LIB = 'avformat avcodec swscale avutil avdevice'
|
||||||
BF_FFMPEG_INC = '${BF_FFMPEG}'
|
BF_FFMPEG_INC = '${BF_FFMPEG}'
|
||||||
BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
|
BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user