summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/vl/SConscript
diff options
context:
space:
mode:
authorYounes Manton <younes.m@gmail.com>2009-10-01 21:53:17 -0400
committerYounes Manton <younes.m@gmail.com>2009-10-01 22:52:59 -0400
commite00da1476fcdf8e5877fc1e62118080f5c4193f0 (patch)
tree2ffc543f2c8dc702267fabc92ea1d186872f13b2 /src/gallium/auxiliary/vl/SConscript
parent81aa5d717bd0098608e9cc292b316293800c7e11 (diff)
g3dvl: Color space conv interface & vl impl.
Interface is pipe_video_context::set_csc_matrix(). vl_csc.h defines some helpers to generate CSC matrices based on one of the color standard and a user defined ProcAmp (brightness, contrast, saturation, hue).
Diffstat (limited to 'src/gallium/auxiliary/vl/SConscript')
-rw-r--r--src/gallium/auxiliary/vl/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/vl/SConscript b/src/gallium/auxiliary/vl/SConscript
index eb50940c35..aed69f5efe 100644
--- a/src/gallium/auxiliary/vl/SConscript
+++ b/src/gallium/auxiliary/vl/SConscript
@@ -6,6 +6,7 @@ vl = env.ConvenienceLibrary(
'vl_bitstream_parser.c',
'vl_mpeg12_mc_renderer.c',
'vl_compositor.c',
+ 'vl_csc.c',
'vl_shader_build.c',
])