2.5 / Cleanup

- remove Verse support. This will be brought back in The Future (probably jiri + me)
  This means 5k lines less in blenkernel.
- fix two small errors for global cleanup, now compiles properly with FFMPEG enabled too.
This commit is contained in:
Nathan Letwory
2009-01-04 18:16:34 +00:00
parent 3aeb63cad2
commit 9e7643aa7c
144 changed files with 28 additions and 27435 deletions

3
extern/SConscript vendored
View File

@@ -14,9 +14,6 @@ if env['WITH_BF_BULLET']:
if env['WITH_BF_INTERNATIONAL']:
SConscript(['bFTGL/SConscript'])
if env['WITH_BF_VERSE']:
SConscript(['verse/dist/SConstruct'])
if env['WITH_BF_FFMPEG'] and env['BF_FFMPEG_LIB'] == '':
SConscript(['x264/SConscript'])
SConscript(['libmp3lame/SConscript'])