summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/vl/SConscript
blob: eb50940c3596cc4c1d44fdff1e436799c2df022a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Import('*')

vl = env.ConvenienceLibrary(
	target = 'vl',
	source = [
		'vl_bitstream_parser.c',
		'vl_mpeg12_mc_renderer.c',
		'vl_compositor.c',
		'vl_shader_build.c',
	])

auxiliaries.insert(0, vl)