== FFMPEG ==

Scons support for internal ffmpeg
This commit is contained in:
Peter Schlaile
2007-09-27 06:48:28 +00:00
parent 54dca15a0e
commit fb44c5825e

3
extern/SConscript vendored
View File

@@ -13,3 +13,6 @@ if env['WITH_BF_INTERNATIONAL']:
if env['WITH_BF_VERSE']:
SConscript(['verse/dist/SConstruct'])
if env['WITH_BF_FFMPEG']:
SConscript(['ffmpeg/SConscript']);