Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Schlaile <peter@schlaile.de>2008-04-13 21:45:56 +0400
committerPeter Schlaile <peter@schlaile.de>2008-04-13 21:45:56 +0400
commit4fc95e77b19cd25867e66f6c3e33f3f1528f6dbf (patch)
tree1af0068007ca6b6b65ee1c9614ecf446a7e47b7a /extern/SConscript
parent747b31385a35963795ec8e8f461ccae51b871b63 (diff)
== FFMPEG ==
Added XVid to trunk. Again: only works with scons.
Diffstat (limited to 'extern/SConscript')
-rw-r--r--extern/SConscript1
1 files changed, 1 insertions, 0 deletions
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':