diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-07-31 21:42:59 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-08-03 16:26:58 +0200 |
commit | 39a8275fdf4f607023b483a58b255600d5f7a9e7 (patch) | |
tree | 557369f658b26c338cf2c7fcf253a056c539513c /libavfilter/Makefile | |
parent | e39f6a3a5ca2a51360dac65221bcd5e078b98900 (diff) | |
download | ffmpeg-39a8275fdf4f607023b483a58b255600d5f7a9e7.tar.gz |
lavfi: move color filter to testsrc, factorize
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 7fff74046a..727ab4e219 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 |