diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-08-10 02:10:44 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-08-11 16:19:53 +0200 |
commit | e72657f83dc9f31dc0c1eb09ab2e7e704d59643e (patch) | |
tree | 8456b6f1108da33ca99b9fa16cc40b8a3b07a798 /libavfilter/Makefile | |
parent | 1a5e63f924ce6f4e5e10ec859e0cbcdbf839344f (diff) | |
download | ffmpeg-e72657f83dc9f31dc0c1eb09ab2e7e704d59643e.tar.gz |
lavfi: remove mp test wrapper
The source was natively integrated into libavfilter, with the name
mptestsrc.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 4868be7e36..27b6849591 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -126,7 +126,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_softskip.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_spp.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_swapuv.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_telecine.o -OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_test.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_tile.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_tinterlace.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_unsharp.o |