== FFMPEG ==

Added XVid to trunk. Again: only works with scons.
This commit is contained in:
Peter Schlaile 2008-04-13 17:45:56 +00:00
parent 747b31385a
commit 4fc95e77b1

1
extern/SConscript vendored

@ -17,6 +17,7 @@ if env['WITH_BF_VERSE']:
if env['WITH_BF_FFMPEG'] and env['BF_FFMPEG_LIB'] == '':
SConscript(['x264/SConscript'])
SConscript(['xvidcore/SConscript'])
SConscript(['ffmpeg/SConscript'])
if env['OURPLATFORM'] == 'linux2':