summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/Makefile
diff options
context:
space:
mode:
authorChristian König <[email protected]>2010-11-14 23:16:49 +0100
committerChristian König <[email protected]>2010-11-14 23:16:49 +0100
commit508a4a056c3140dc1f90b93acd46c06c30f7094e (patch)
tree3b45e5c95b61cd097b1a6eda148461365af7bcea /src/gallium/auxiliary/Makefile
parent3cbe27a9888b94d1ab24b5e76ebd7563a7d8c6b8 (diff)
[g3dvl] add skeleton and incomplete idct
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r--src/gallium/auxiliary/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index 49ff1653e0e..07b3372c914 100644
--- a/src/gallium/auxiliary/Makefile
+++ b/src/gallium/auxiliary/Makefile
@@ -147,7 +147,8 @@ C_SOURCES = \
vl/vl_bitstream_parser.c \
vl/vl_mpeg12_mc_renderer.c \
vl/vl_compositor.c \
- vl/vl_csc.c
+ vl/vl_csc.c \
+ vl/vl_idct.c
GALLIVM_SOURCES = \
gallivm/lp_bld_arit.c \