summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/Makefile.sources
diff options
context:
space:
mode:
authorChristian König <[email protected]>2012-02-08 18:02:11 +0100
committerChristian König <[email protected]>2012-02-10 12:09:27 +0100
commitd7db6343dd330cb8eb70e65190adb24dd350facc (patch)
tree76df63494fe594e1bb6a96f0fcb2405d6565a1d8 /src/gallium/auxiliary/Makefile.sources
parentbbb48e983d232d67031250127b3c2acfc086369e (diff)
vl: add a matrix/convolution filter
Can be used for gaussian, mean, laplacian, emboss, sharpness... Signed-off-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r--src/gallium/auxiliary/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources
index c69dbba812a..44cf2d326de 100644
--- a/src/gallium/auxiliary/Makefile.sources
+++ b/src/gallium/auxiliary/Makefile.sources
@@ -138,6 +138,7 @@ C_SOURCES := \
util/u_vbuf.c \
vl/vl_csc.c \
vl/vl_compositor.c \
+ vl/vl_matrix_filter.c \
vl/vl_median_filter.c \
vl/vl_decoder.c \
vl/vl_mpeg12_decoder.c \