diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-11-09 00:15:41 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-11-11 22:49:53 +0100 |
commit | 2b3597f0d1657061296bbcf17ba60189b73ccc5a (patch) | |
tree | f6cf43d5f5812a2407e32b24b3295ef7757744a9 /libavfilter/Makefile | |
parent | 84aed3faf0914573b238a18bbbb03464deea77cd (diff) | |
download | ffmpeg-2b3597f0d1657061296bbcf17ba60189b73ccc5a.tar.gz |
lavfi: remove mp=fixpts filter.
lavfi/f_setpts.c should allow everything mp=fixpts supports, with a lot
of additional control.
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 28dceefa47..a10af4d9ee 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -169,7 +169,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_eq2.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_eq.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_fspp.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_geq.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_harddup.o |