diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-01-22 01:39:37 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-02-01 13:11:45 +0100 |
commit | 76d90125cdc09a029f7fe87f1c272aaa1a8a808e (patch) | |
tree | f6260d8452c175b8db1e9adfe88ae3f690da4f3b /libavfilter/x86/Makefile | |
parent | 6c1a7d07eb41b4cf36e48ebb560fecd9504fd968 (diff) | |
download | ffmpeg-76d90125cdc09a029f7fe87f1c272aaa1a8a808e.tar.gz |
vf_hqdn3d: x86: Add proper arch optimization initialization
Diffstat (limited to 'libavfilter/x86/Makefile')
-rw-r--r-- | libavfilter/x86/Makefile | 1 |
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 |