aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/x86/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-02 13:01:45 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-02-02 13:18:01 +0100
commit0d13a7b786b916830b4c58e8bdd4c8203df725ba (patch)
treeadf9d1cb96ffdaa9ab331c177395d45f9c5f277d /libavfilter/x86/Makefile
parentb45a3e167f497d82effbf8ada453ea47b0ee21da (diff)
parent76d90125cdc09a029f7fe87f1c272aaa1a8a808e (diff)
downloadffmpeg-0d13a7b786b916830b4c58e8bdd4c8203df725ba.tar.gz
Merge remote-tracking branch 'qatar/master'
* qatar/master: vf_hqdn3d: x86: Add proper arch optimization initialization Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 47569cf642..af5a9998b5 100644
--- a/libavfilter/x86/Makefile
+++ b/libavfilter/x86/Makefile
@@ -1,4 +1,5 @@
OBJS-$(CONFIG_GRADFUN_FILTER) += x86/gradfun.o
+OBJS-$(CONFIG_HQDN3D_FILTER) += x86/vf_hqdn3d_init.o
OBJS-$(CONFIG_VOLUME_FILTER) += x86/af_volume_init.o
OBJS-$(CONFIG_YADIF_FILTER) += x86/yadif_init.o