summaryrefslogtreecommitdiff
path: root/drivers/ogg/SCsub
blob: dd598900643dc38da374895408265517295a7825 (plain)
1
2
3
4
5
6
7
8
9
10
11
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