From 4fc95e77b19cd25867e66f6c3e33f3f1528f6dbf Mon Sep 17 00:00:00 2001 From: Peter Schlaile Date: Sun, 13 Apr 2008 17:45:56 +0000 Subject: == FFMPEG == Added XVid to trunk. Again: only works with scons. --- extern/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'extern/SConscript') diff --git a/extern/SConscript b/extern/SConscript index 0e46adeb9be..2c15b9f6ee8 100644 --- a/extern/SConscript +++ b/extern/SConscript @@ -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': -- cgit v1.2.3