]> git.pld-linux.org Git - packages/firefox.git/blob - x86-flags.patch
abbfd0e47739a3dec818613a5fdd311b83d0f3c5
[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  
14 --- firefox-106.0/third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_layers_gn/moz.build.orig  2022-10-10 18:05:26.000000000 +0200
15 +++ firefox-106.0/third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_layers_gn/moz.build       2022-10-19 01:43:49.385751101 +0200
16 @@ -202,6 +202,10 @@
17  
18  if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux":
19  
20 +    CXXFLAGS += [
21 +        "-msse2"
22 +    ]
23 +
24      DEFINES["WEBRTC_ENABLE_AVX2"] = True
25      DEFINES["_GNU_SOURCE"] = True
26  
27 --- firefox-106.0/third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_pitch_gn/moz.build.orig   2022-10-19 02:03:30.208001521 +0200
28 +++ firefox-106.0/third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_pitch_gn/moz.build        2022-10-19 01:48:09.492726376 +0200
29 @@ -202,6 +202,10 @@
30  
31  if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux":
32  
33 +    CXXFLAGS += [
34 +        "-msse2"
35 +    ]
36 +
37      DEFINES["WEBRTC_ENABLE_AVX2"] = True
38      DEFINES["_GNU_SOURCE"] = True
39  
40 --- firefox-106.0/third_party/libwebrtc/third_party/pffft/pffft_gn/moz.build.orig       2022-10-19 01:55:11.284923214 +0200
41 +++ firefox-106.0/third_party/libwebrtc/third_party/pffft/pffft_gn/moz.build    2022-10-19 01:53:50.047302289 +0200
42 @@ -155,6 +155,10 @@
43  
44  if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux":
45  
46 +    CFLAGS += [
47 +        "-msse2"
48 +    ]
49 +
50      DEFINES["_GNU_SOURCE"] = True
51  
52  if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux":
This page took 0.132157 seconds and 2 git commands to generate.