diff options
author | Christian König <[email protected]> | 2010-11-14 23:16:49 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2010-11-14 23:16:49 +0100 |
commit | 508a4a056c3140dc1f90b93acd46c06c30f7094e (patch) | |
tree | 3b45e5c95b61cd097b1a6eda148461365af7bcea /src/gallium/auxiliary/Makefile | |
parent | 3cbe27a9888b94d1ab24b5e76ebd7563a7d8c6b8 (diff) |
[g3dvl] add skeleton and incomplete idct
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 3 |
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 \ |