godot/drivers/ogg/SCsub
Juan Linietsky e82dc40205 -Much improvement to baked light baker
-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
2014-10-27 22:54:32 -03:00

12 lines
176 B
Plaintext

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