summaryrefslogtreecommitdiffstats
path: root/libavfilter/x86/Makefile
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-09-23 14:49:26 -0400
committerJustin Ruggles <justin.ruggles@gmail.com>2012-12-05 11:23:37 -0500
commitf96f1e06a47ebd124dd0b1369f3fdd0f8f25d773 (patch)
tree409a426308dbda9188acbdaabd446b11aedf3204 /libavfilter/x86/Makefile
parentb384e031daeb1ac612620985e3e5377bc587559c (diff)
downloadffmpeg-streaming-f96f1e06a47ebd124dd0b1369f3fdd0f8f25d773.zip
ffmpeg-streaming-f96f1e06a47ebd124dd0b1369f3fdd0f8f25d773.tar.gz
x86: af_volume: add SSE2-optimized s16 volume scaling
Diffstat (limited to 'libavfilter/x86/Makefile')
-rw-r--r--libavfilter/x86/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/x86/Makefile b/libavfilter/x86/Makefile
index 4289f92..0f08e39 100644
--- a/libavfilter/x86/Makefile
+++ b/libavfilter/x86/Makefile
@@ -1,4 +1,6 @@
OBJS-$(CONFIG_GRADFUN_FILTER) += x86/gradfun.o
+OBJS-$(CONFIG_VOLUME_FILTER) += x86/af_volume_init.o
OBJS-$(CONFIG_YADIF_FILTER) += x86/yadif.o
YASM-OBJS-$(CONFIG_HQDN3D_FILTER) += x86/hqdn3d.o
+YASM-OBJS-$(CONFIG_VOLUME_FILTER) += x86/af_volume.o
OpenPOWER on IntegriCloud