summaryrefslogtreecommitdiff
path: root/libs.mk
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2017-02-02 14:17:26 -0800
committerJohann <johannkoenig@google.com>2017-02-06 10:43:26 -0800
commit641fda79bb357599e5b38f750196bce66ec5df6b (patch)
tree734c42b8f0a69520256218bc2be34c5e63157a59 /libs.mk
parenta16ca80b09cb4d698606d706486c2d22577af124 (diff)
downloadlibvpx-641fda79bb357599e5b38f750196bce66ec5df6b.tar
libvpx-641fda79bb357599e5b38f750196bce66ec5df6b.tar.gz
libvpx-641fda79bb357599e5b38f750196bce66ec5df6b.tar.bz2
libvpx-641fda79bb357599e5b38f750196bce66ec5df6b.zip
highbd x86: consolidate tran_low_t conversions
Create new helper files specifically for converting tran_low_t types. Change-Id: I7c4c458ef910f3b3d10a3cfbf9df4de7682fd905
Diffstat (limited to 'libs.mk')
-rw-r--r--libs.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs.mk b/libs.mk
index 36935bd1e..f1e924253 100644
--- a/libs.mk
+++ b/libs.mk
@@ -149,6 +149,7 @@ CODEC_SRCS-yes += $(BUILD_PFX)vpx_config.c
INSTALL-SRCS-no += $(BUILD_PFX)vpx_config.c
ifeq ($(ARCH_X86)$(ARCH_X86_64),yes)
INSTALL-SRCS-$(CONFIG_CODEC_SRCS) += third_party/x86inc/x86inc.asm
+INSTALL-SRCS-$(CONFIG_CODEC_SRCS) += vpx_dsp/x86/bitdepth_conversion_sse2.asm
endif
CODEC_EXPORTS-yes += vpx/exports_com
CODEC_EXPORTS-$(CONFIG_ENCODERS) += vpx/exports_enc
@@ -204,6 +205,7 @@ ASM_INCLUDES := \
third_party/x86inc/x86inc.asm \
vpx_config.asm \
vpx_ports/x86_abi_support.asm \
+ vpx_dsp/x86/bitdepth_conversion_sse2.asm \
vpx.$(VCPROJ_SFX): $(CODEC_SRCS) vpx.def
@echo " [CREATE] $@"