diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-08-16 19:06:00 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-08-18 12:14:46 +0200 |
commit | dc7e4d685f9e105003da55ca0ca25e54c53eb4f3 (patch) | |
tree | a83f36de79ce5e2218d08ad288c9cb64b9914789 /libavfilter/Makefile | |
parent | 48d116400cb321dd045bcf6836d1270b1d2b6f74 (diff) | |
download | ffmpeg-dc7e4d685f9e105003da55ca0ca25e54c53eb4f3.tar.gz |
lavfi/mp: remove framestep wrapped filter
An equivalent framestep filter has been natively integrated.
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 bdeabc2680..e4f1130787 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -164,7 +164,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_field.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_fil.o #OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_filmdint.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_fixpts.o -OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_framestep.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_fspp.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_geq.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_harddup.o |