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

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

auxiliaries.insert(0, vl)