== FFMPEG ==

External ffmpeg would have linked against both internal and external
libs.
This commit is contained in:
Peter Schlaile 2007-09-27 07:08:22 +00:00
parent 41989bf1a7
commit 5a9273dad1

2
extern/SConscript vendored

@ -14,5 +14,5 @@ if env['WITH_BF_INTERNATIONAL']:
if env['WITH_BF_VERSE']:
SConscript(['verse/dist/SConstruct'])
if env['WITH_BF_FFMPEG']:
if env['WITH_BF_FFMPEG'] and env['BF_FFMPEG_LIB'] == '':
SConscript(['ffmpeg/SConscript']);