Skip to content
Snippets Groups Projects
Commit 637a22bc authored by Peter Schlaile's avatar Peter Schlaile
Browse files

== FFMPEG ==

Another fix for external ffmpeg building.
parent 5a9273da
No related branches found
No related tags found
No related merge requests found
......@@ -117,12 +117,12 @@ BF_ICONV_LIBPATH = '${BF_ICONV}/lib'
# enable ffmpeg support
WITH_BF_FFMPEG = 'true' # -DWITH_FFMPEG
BF_FFMPEG = '#extern/ffmpeg'
BF_FFMPEG_INC = '${BF_FFMPEG}/include'
BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
BF_FFMPEG_LIB = ''
# Uncomment the following two lines to use system's ffmpeg
# BF_FFMPEG_LIB = 'avformat avcodec swscale avutil'
# BF_FFMPEG = '/usr'
# BF_FFMPEG_LIB = 'avformat avcodec swscale avutil'
BF_FFMPEG_INC = '${BF_FFMPEG}/include'
BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
# Mesa Libs should go here if your using them as well....
WITH_BF_STATICOPENGL = 'false'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment