summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/Makefile
diff options
context:
space:
mode:
authorChristian König <[email protected]>2011-05-04 18:56:32 +0200
committerChristian König <[email protected]>2011-05-04 18:58:55 +0200
commitc888fe027c338f337123de4da2de1ac73b0f7587 (patch)
tree7eb25f918ae1ae3c233242c866b81bbdf3388719 /src/gallium/auxiliary/Makefile
parentf20608b951dd629ecc1fceb111a876c1c70c57a9 (diff)
[g3dvl] Implement MPEG2 VLD
Based uppon xine's slice_xvmc.c. This gets VDPAU up and running.
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r--src/gallium/auxiliary/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index 428e097be09..3fd1d5923c0 100644
--- a/src/gallium/auxiliary/Makefile
+++ b/src/gallium/auxiliary/Makefile
@@ -153,6 +153,7 @@ C_SOURCES = \
vl/vl_mpeg12_decoder.c \
vl/vl_compositor.c \
vl/vl_csc.c \
+ vl/vl_mpeg12_bitstream.c \
vl/vl_zscan.c \
vl/vl_idct.c \
vl/vl_mc.c \