projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96718d9
)
[g3dvl] sync SConscript with Makefile
author
Christian König
<deathsimple@vodafone.de>
Mon, 11 Jul 2011 11:55:56 +0000
(13:55 +0200)
committer
Christian König
<deathsimple@vodafone.de>
Mon, 11 Jul 2011 11:55:56 +0000
(13:55 +0200)
src/gallium/auxiliary/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/SConscript
b/src/gallium/auxiliary/SConscript
index 58d78afe133c537ab323aa90a80ca9090bf55aaa..d18f55f1644b3629c61dc22b2bf7780560b4cc59 100644
(file)
--- 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']: