Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
4f7a7d29
Commit
4f7a7d29
authored
Aug 02, 2015
by
Jingning Han
Browse files
Add x86inc flag guard to inv_txfm_sse2.asm
Fix the VS build failure. Change-Id: I4fb9d1c83980c4b52d5a848a9cb02ec72493dccb
parent
b37494cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpx_dsp/vpx_dsp.mk
View file @
4f7a7d29
...
...
@@ -175,12 +175,12 @@ DSP_SRCS-yes += inv_txfm.h
DSP_SRCS-yes
+=
inv_txfm.c
DSP_SRCS-$(HAVE_SSE2)
+=
x86/inv_txfm_sse2.h
DSP_SRCS-$(HAVE_SSE2)
+=
x86/inv_txfm_sse2.c
ifeq
($(CONFIG_USE_X86INC),yes)
DSP_SRCS-$(HAVE_SSE2)
+=
x86/inv_txfm_sse2.asm
ifeq
($(ARCH_X86_64),yes)
ifeq
($(CONFIG_USE_X86INC),yes)
DSP_SRCS-$(HAVE_SSSE3)
+=
x86/inv_txfm_ssse3_x86_64.asm
endif
# CONFIG_USE_X86INC
endif
# ARCH_X86_64
endif
# CONFIG_USE_X86INC
ifeq
($(HAVE_NEON_ASM),yes)
DSP_SRCS-yes
+=
arm/idct4x4_1_add_neon
$(ASM)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment