aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-07-15 01:29:24 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-07-15 01:44:57 +0200
commitb43ca2deb617c9b8d00f2f41ddb384f2a00c5905 (patch)
treeb605848a76cd6c552ddb08f8f4d541745ac59cf4 /libavfilter/Makefile
parent9dbe8d9e22835e289aea315354129b0758d1c573 (diff)
downloadffmpeg-b43ca2deb617c9b8d00f2f41ddb384f2a00c5905.tar.gz
vf_mp: remove rgbtest wrapper
The filter was integrated natively into libavfilter as a source with name rgbtestsrc.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 7c798bb977..d309534da7 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -118,7 +118,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_pullup.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_qp.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_rectangle.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_remove_logo.o
-OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_rgbtest.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_rotate.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_sab.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_screenshot.o