diff options
author | Christian König <[email protected]> | 2011-04-23 03:37:05 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2011-04-23 03:37:05 +0200 |
commit | f0819a22f3dc63d1c0dde6320babf9b7fcda15bb (patch) | |
tree | 3e10965865c81a27c76d596051a782e795ba81e8 /src/gallium/auxiliary/Makefile | |
parent | b7acf83d523563cde613fe805bd8edaa02f64b53 (diff) |
[g3dvl] start implementing zscan and quantification
Not 100% complete, but at least a good start.
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index d210a25510b..aa1b255c0c9 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -152,6 +152,7 @@ C_SOURCES = \ vl/vl_mpeg12_decoder.c \ vl/vl_compositor.c \ vl/vl_csc.c \ + vl/vl_zscan.c \ vl/vl_idct.c \ vl/vl_mc.c \ vl/vl_vertex_buffers.c \ |