projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
747b313
)
== FFMPEG ==
author
Peter Schlaile <peter@schlaile.de>
Sun, 13 Apr 2008 17:45:56 +0000
(17:45 +0000)
committer
Peter Schlaile <peter@schlaile.de>
Sun, 13 Apr 2008 17:45:56 +0000
(17:45 +0000)
Added XVid to trunk. Again: only works with scons.
extern/SConscript
patch
|
blob
|
history
diff --git
a/extern/SConscript
b/extern/SConscript
index 0e46adeb9be4a327d466b37cb989303ed8468995..2c15b9f6ee84d4e03ba0946bc514ccb26330b696 100644
(file)
--- 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':