summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/Makefile
diff options
context:
space:
mode:
authorChristian König <[email protected]>2011-03-27 19:43:02 +0200
committerChristian König <[email protected]>2011-03-27 19:43:02 +0200
commit020328ca32a3b6548b4c064c4fe115e386752daa (patch)
tree4c6cc3f9ffb536154e839f0a281ac73e41c8ff1e /src/gallium/auxiliary/Makefile
parent5a351e51291922aa295926215fdecccc0baeef51 (diff)
[g3dvl] introduction of ycbcr buffers
Moves most of the buffer creation out of the idct code.
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r--src/gallium/auxiliary/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index 869b2d486a4..0464df84e12 100644
--- a/src/gallium/auxiliary/Makefile
+++ b/src/gallium/auxiliary/Makefile
@@ -153,7 +153,8 @@ C_SOURCES = \
vl/vl_compositor.c \
vl/vl_csc.c \
vl/vl_idct.c \
- vl/vl_vertex_buffers.c
+ vl/vl_vertex_buffers.c \
+ vl/vl_ycbcr_buffer.c
GALLIVM_SOURCES = \
gallivm/lp_bld_arit.c \