summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/Makefile
diff options
context:
space:
mode:
authorChristian König <[email protected]>2011-05-04 19:38:40 +0200
committerChristian König <[email protected]>2011-05-04 19:38:40 +0200
commitff20be919a44d1398f4f5789a56eb6c755a2d158 (patch)
treed01bd9ac6c2d2650c6989a05267847ae6a84fd62 /src/gallium/auxiliary/Makefile
parentee92f0fdad9bba687a24c072de8c00bb587a0f55 (diff)
[g3dvl] remove the unused bitstream parser components
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r--src/gallium/auxiliary/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index 3fd1d5923c0..a30accaa6ff 100644
--- a/src/gallium/auxiliary/Makefile
+++ b/src/gallium/auxiliary/Makefile
@@ -149,10 +149,9 @@ C_SOURCES = \
util/u_upload_mgr.c \
util/u_vbuf_mgr.c \
vl/vl_context.c \
- vl/vl_bitstream_parser.c \
- vl/vl_mpeg12_decoder.c \
- vl/vl_compositor.c \
vl/vl_csc.c \
+ vl/vl_compositor.c \
+ vl/vl_mpeg12_decoder.c \
vl/vl_mpeg12_bitstream.c \
vl/vl_zscan.c \
vl/vl_idct.c \