summaryrefslogtreecommitdiff
path: root/libavfilter/x86/Makefile
diff options
context:
space:
mode:
authorArwa Arif <arwaarif1994@gmail.com>2014-12-25 09:50:24 +0530
committerStefano Sabatini <stefasab@gmail.com>2015-01-09 17:26:31 +0100
commita299cd5ab3567bdf855dc84cdbed4d22ea5fcbb6 (patch)
tree0058f0a8feb665e0bb326a5c4cff07b2aa3eda67 /libavfilter/x86/Makefile
parentb1d223301f03741c87a0e0b755c108bbc2eafc93 (diff)
lavfi: port mp=pp7 to libavfilter
The only difference with mp=pp7 is that default mode is "medium", as stated in the MPlayer docs, rather than "hard". Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'libavfilter/x86/Makefile')
-rw-r--r--libavfilter/x86/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/x86/Makefile b/libavfilter/x86/Makefile
index d9265c94a6..a472a72b11 100644
--- a/libavfilter/x86/Makefile
+++ b/libavfilter/x86/Makefile
@@ -4,6 +4,7 @@ OBJS-$(CONFIG_HQDN3D_FILTER) += x86/vf_hqdn3d_init.o
OBJS-$(CONFIG_IDET_FILTER) += x86/vf_idet_init.o
OBJS-$(CONFIG_INTERLACE_FILTER) += x86/vf_interlace_init.o
OBJS-$(CONFIG_NOISE_FILTER) += x86/vf_noise.o
+OBJS-$(CONFIG_PP7_FILTER) += x86/vf_pp7.o
OBJS-$(CONFIG_PULLUP_FILTER) += x86/vf_pullup_init.o
OBJS-$(CONFIG_SPP_FILTER) += x86/vf_spp.o
OBJS-$(CONFIG_TINTERLACE_FILTER) += x86/vf_tinterlace_init.o