aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-04-13 00:09:47 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-04-13 00:14:06 +0200
commit5eeecde859ebfa384fbe3c8a1aa62a6b8f6c58e4 (patch)
tree67959cf74fb4cd889fd3c9c65f9bd2376039bd88 /libavfilter/Makefile
parentb7a7830dd41fa68c1b1143f4d94501f4648fa373 (diff)
downloadffmpeg-5eeecde859ebfa384fbe3c8a1aa62a6b8f6c58e4.tar.gz
lavfi/mp: remove 2xsai wrapped filter
It was ported to a native libavfilter filter.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index ad65c7b279..4ca9d8e619 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -120,7 +120,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_2xsai.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_decimate.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_denoise3d.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_detc.o