diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-03-19 15:15:37 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-03-19 17:15:53 +0000 |
commit | 17c1881d5823acae349f4df3306358536aab5b7f (patch) | |
tree | b5c3a5878f539acc19de4ebd410b5fe386b7e936 /libavfilter/Makefile | |
parent | b964b0fc5c6314c76f73abb4359303a8d7a3d99e (diff) | |
download | ffmpeg-17c1881d5823acae349f4df3306358536aab5b7f.tar.gz |
lavfi: remove harddup libmpcodecs wrapper
It is supposed to be used with mencoder only and does
nothing when used with ffmpeg.
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 2758c8effc..0040a333ad 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -191,7 +191,6 @@ 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_fspp.o -OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_harddup.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_ilpack.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_ivtc.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_mcdeint.o |