tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

win64_build_fix.patch (657B)


      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
     11 
     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
     16 
     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
     21 
     22 PORTS_SRCS-$(VPX_ARCH_ARM) += arm_cpudetect.c