diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-01-29 13:45:55 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-01-30 16:10:11 +0000 |
commit | 9fd925dee58d6af846f5ff4f63f5052ec4075581 (patch) | |
tree | 63b2b6ea6f4c282d203422e1052ab63ae7ea7535 /libavfilter/Makefile | |
parent | d0f315ab6c7d5829f43ebbe18e1e8827dad4c46b (diff) | |
download | ffmpeg-9fd925dee58d6af846f5ff4f63f5052ec4075581.tar.gz |
lavfi: remove mp=softpulldown
It is supposed to work correctly with MEncoder only.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 7e0d456777..69fbb60e3f 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -228,7 +228,6 @@ OBJS-$(CONFIG_NULLSINK_FILTER) += vsink_nullsink.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/mp_image.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/img_format.o -OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_softpulldown.o # multimedia filters OBJS-$(CONFIG_AVECTORSCOPE_FILTER) += avf_avectorscope.o |