e82dc40205
-Fixed many bugs in stretch mode -Fixes to camera project and unproject as consequence of the above -added setget to script (documented in script doc) -more fixes to collada exporter for blender
11 lines
176 B
Text
11 lines
176 B
Text
Import('env')
|
|
|
|
ogg_sources = [
|
|
|
|
"ogg/bitwise.c",
|
|
"ogg/framing.c",
|
|
]
|
|
|
|
if env['theora'] != "yes" or env['use_theoraplayer_binary'] != "yes":
|
|
env.drivers_sources+=ogg_sources
|
|
|