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