]> git.pld-linux.org Git - packages/firefox.git/blob - x86-flags.patch
try to fix build on i686
[packages/firefox.git] / x86-flags.patch
1 --- firefox-106.0/third_party/libwebrtc/modules/audio_processing/aec3/aec3_gn/moz.build.orig    2022-10-10 18:05:26.000000000 +0200
2 +++ firefox-106.0/third_party/libwebrtc/modules/audio_processing/aec3/aec3_gn/moz.build 2022-10-18 20:28:44.724270714 +0200
3 @@ -258,6 +258,10 @@
4  
5  if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux":
6  
7 +    CXXFLAGS += [
8 +        "-msse2"
9 +    ]
10 +
11      DEFINES["WEBRTC_ENABLE_AVX2"] = True
12      DEFINES["_GNU_SOURCE"] = True
13  
This page took 0.063426 seconds and 3 git commands to generate.