no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / media / libvpx / win64_build_fix.patch
blobbfe0ed131a8e0ae046bfb90a5dfdf00de2d08590
1 diff --git a/vpx_ports/vpx_ports.mk b/vpx_ports/vpx_ports.mk
2 --- a/vpx_ports/vpx_ports.mk
3 +++ b/vpx_ports/vpx_ports.mk
4 @@ -23,17 +23,17 @@ ifeq ($(VPX_ARCH_X86),yes)
5 PORTS_SRCS-$(HAVE_MMX) += emms_mmx.c
6 endif
7 ifeq ($(VPX_ARCH_X86_64),yes)
8 # Visual Studio x64 does not support the _mm_empty() intrinsic.
9 PORTS_SRCS-$(HAVE_MMX) += emms_mmx.asm
10 endif
12 ifeq ($(VPX_ARCH_X86_64),yes)
13 -PORTS_SRCS-$(CONFIG_MSVS) += float_control_word.asm
14 +PORTS_SRCS-yes += float_control_word.asm
15 endif
17 ifeq ($(VPX_ARCH_X86)$(VPX_ARCH_X86_64),yes)
18 PORTS_SRCS-yes += x86.h
19 PORTS_SRCS-yes += x86_abi_support.asm
20 endif
22 PORTS_SRCS-$(VPX_ARCH_ARM) += arm_cpudetect.c