diff options
author | José Fonseca <[email protected]> | 2009-12-31 22:18:17 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-01-01 12:16:19 +0000 |
commit | f8f4757d46627fb453f08dc63fde3d7f458eafe2 (patch) | |
tree | 372bb0bd2c09712f7fef58d66aa7ef493da6bbcc /src/gallium/auxiliary/vl | |
parent | fc8e0b97e53fc94b9bafa038cd4420a9588e62f7 (diff) |
scons: Aggregate all tiny libraries in a single library.
Makes integration of gallium into out of tree components much easier. No
pratical change for components in this tree,
Diffstat (limited to 'src/gallium/auxiliary/vl')
-rw-r--r-- | src/gallium/auxiliary/vl/SConscript | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/gallium/auxiliary/vl/SConscript b/src/gallium/auxiliary/vl/SConscript deleted file mode 100644 index aed69f5efed..00000000000 --- a/src/gallium/auxiliary/vl/SConscript +++ /dev/null @@ -1,13 +0,0 @@ -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) |