diff options
author | Christian König <[email protected]> | 2011-04-17 12:15:14 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2011-04-17 12:15:14 +0200 |
commit | ca79aeb91e914ac1a4774d51ca49911406377407 (patch) | |
tree | 8d92bf36c1525c16f3bea0333d7a5597e2115311 /src/gallium/auxiliary/Makefile | |
parent | 9c8bb28ca128dca9f279c78857da1b39223e30f7 (diff) |
[g3dvl] rename vl_mpeg12_mc_renderer into vl_mc
It's still not 100% free from mpeg12 specific stuff,
but should now be a good start for other codecs.
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index 425ae78138b..d210a25510b 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -149,11 +149,11 @@ C_SOURCES = \ util/u_vbuf_mgr.c \ vl/vl_context.c \ vl/vl_bitstream_parser.c \ - vl/vl_mpeg12_mc_renderer.c \ vl/vl_mpeg12_decoder.c \ vl/vl_compositor.c \ vl/vl_csc.c \ vl/vl_idct.c \ + vl/vl_mc.c \ vl/vl_vertex_buffers.c \ vl/vl_video_buffer.c |