aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/Makefile
diff options
context:
space:
mode:
authorChristian König <[email protected]>2011-04-04 23:28:18 +0200
committerChristian König <[email protected]>2011-04-04 23:28:18 +0200
commit3a2b906805985e0a4258bcbaed4cdff758875514 (patch)
treecabe95ecc72a2dbcb811c45c5751fcd28f4cb5c1 /src/gallium/auxiliary/Makefile
parentebd564587a46891cb2729c6a0ed84b7c27dc23ec (diff)
[g3dvl] rename ycbcr buffer to video buffer and add some more functionality
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r--src/gallium/auxiliary/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index 0464df84e12..b4ad059ec90 100644
--- a/src/gallium/auxiliary/Makefile
+++ b/src/gallium/auxiliary/Makefile
@@ -154,7 +154,7 @@ C_SOURCES = \
vl/vl_csc.c \
vl/vl_idct.c \
vl/vl_vertex_buffers.c \
- vl/vl_ycbcr_buffer.c
+ vl/vl_video_buffer.c
GALLIVM_SOURCES = \
gallivm/lp_bld_arit.c \