summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/SConscript
diff options
context:
space:
mode:
authorChristian König <deathsimple@vodafone.de>2011-07-11 13:55:56 +0200
committerChristian König <deathsimple@vodafone.de>2011-07-11 13:55:56 +0200
commit3d1057f243efe6e2d7b11a65df6d5124c469cec7 (patch)
tree0b1394de99401902555dd81f25ac32730fb00c92 /src/gallium/auxiliary/SConscript
parent96718d98deb28d5be6610ff6d827a747fddd5890 (diff)
downloadexternal_mesa3d-3d1057f243efe6e2d7b11a65df6d5124c469cec7.zip
external_mesa3d-3d1057f243efe6e2d7b11a65df6d5124c469cec7.tar.gz
external_mesa3d-3d1057f243efe6e2d7b11a65df6d5124c469cec7.tar.bz2
[g3dvl] sync SConscript with Makefile
Diffstat (limited to 'src/gallium/auxiliary/SConscript')
-rw-r--r--src/gallium/auxiliary/SConscript12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript
index 58d78af..d18f55f 100644
--- a/src/gallium/auxiliary/SConscript
+++ b/src/gallium/auxiliary/SConscript
@@ -195,10 +195,16 @@ source = [
'util/u_transfer.c',
'util/u_upload_mgr.c',
'util/u_vbuf_mgr.c',
- 'vl/vl_bitstream_parser.c',
- 'vl/vl_mpeg12_mc_renderer.c',
- 'vl/vl_compositor.c',
'vl/vl_csc.c',
+ 'vl/vl_compositor.c',
+ 'vl/vl_decoder.c',
+ 'vl/vl_mpeg12_decoder.c',
+ 'vl/vl_mpeg12_bitstream.c',
+ 'vl/vl_zscan.c',
+ 'vl/vl_idct.c',
+ 'vl/vl_mc.c',
+ 'vl/vl_vertex_buffers.c',
+ 'vl/vl_video_buffer.c',
]
if env['llvm']: