summaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-07-31 21:42:59 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-08-03 16:26:58 +0200
commit39a8275fdf4f607023b483a58b255600d5f7a9e7 (patch)
tree557369f658b26c338cf2c7fcf253a056c539513c /libavfilter/Makefile
parente39f6a3a5ca2a51360dac65221bcd5e078b98900 (diff)
downloadffmpeg-streaming-39a8275fdf4f607023b483a58b255600d5f7a9e7.zip
ffmpeg-streaming-39a8275fdf4f607023b483a58b255600d5f7a9e7.tar.gz
lavfi: move color filter to testsrc, factorize
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 7fff740..727ab4e 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -132,7 +132,7 @@ OBJS-$(CONFIG_VFLIP_FILTER) += vf_vflip.o
OBJS-$(CONFIG_YADIF_FILTER) += vf_yadif.o
OBJS-$(CONFIG_CELLAUTO_FILTER) += vsrc_cellauto.o
-OBJS-$(CONFIG_COLOR_FILTER) += vsrc_color.o
+OBJS-$(CONFIG_COLOR_FILTER) += vsrc_testsrc.o
OBJS-$(CONFIG_FREI0R_SRC_FILTER) += vf_frei0r.o
OBJS-$(CONFIG_LIFE_FILTER) += vsrc_life.o
OBJS-$(CONFIG_MANDELBROT_FILTER) += vsrc_mandelbrot.o
OpenPOWER on IntegriCloud