diff options
author | Christian König <[email protected]> | 2011-03-17 00:08:20 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2011-03-17 00:08:20 +0100 |
commit | a1fecd09c2c5fdba3da5c38fce567b5bd2e6053d (patch) | |
tree | 5c3dff571cfaabd94142e0c005d25c95807d1e77 /src/gallium/auxiliary/Makefile | |
parent | e87bd8c9578dee384ff03039aa792e1a8dae7f36 (diff) |
[g3dvl] move mpeg12 context out of softpipe
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 cc16bcfb539..f5fea1f71b8 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -147,6 +147,7 @@ C_SOURCES = \ util/u_vbuf_mgr.c \ vl/vl_bitstream_parser.c \ vl/vl_mpeg12_mc_renderer.c \ + vl/vl_mpeg12_context.c \ vl/vl_compositor.c \ vl/vl_csc.c \ vl/vl_idct.c \ |