diff options
author | Christian König <[email protected]> | 2011-04-04 23:28:18 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2011-04-04 23:28:18 +0200 |
commit | 3a2b906805985e0a4258bcbaed4cdff758875514 (patch) | |
tree | cabe95ecc72a2dbcb811c45c5751fcd28f4cb5c1 /src/gallium/auxiliary/vl/vl_idct.c | |
parent | ebd564587a46891cb2729c6a0ed84b7c27dc23ec (diff) |
[g3dvl] rename ycbcr buffer to video buffer and add some more functionality
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_idct.c')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_idct.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/vl/vl_idct.c b/src/gallium/auxiliary/vl/vl_idct.c index 6bebac1e88a..c92659bc5b0 100644 --- a/src/gallium/auxiliary/vl/vl_idct.c +++ b/src/gallium/auxiliary/vl/vl_idct.c @@ -27,7 +27,6 @@ #include "vl_idct.h" #include "vl_vertex_buffers.h" -#include "vl_ycbcr_buffer.h" #include "vl_defines.h" #include "util/u_draw.h" #include <assert.h> |