diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-04-20 00:32:20 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-04-20 01:01:24 +0200 |
commit | 975025488518129dcf157f9bb44001b1d7e462a9 (patch) | |
tree | 2d20ad3e6a9cb41b537b93344fa0d137795c6520 /libavfilter/Makefile | |
parent | 65fa7bc1f8c1bfacc6bdb92cdcc496aaa73d4179 (diff) | |
download | ffmpeg-975025488518129dcf157f9bb44001b1d7e462a9.tar.gz |
lavfi/mp: remove libmpcodecs mirror filter
The native libavfilter hflip filter does the same thing.
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 4ca9d8e619..ce4fc48354 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -144,7 +144,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_ilpack.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_ivtc.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_kerndeint.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_mcdeint.o -OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_mirror.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_noise.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_ow.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_palette.o |