Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 768147 Details for
Bug 836319
www-client/seamonkey: restoring PPC64 support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to disable SSE stuff in webrtc on non-x86 (see also bug 758308)
webrtc.patch (text/plain), 954 bytes, created by
Marcus Comstedt
on 2022-03-29 14:36:10 UTC
(
hide
)
Description:
Patch to disable SSE stuff in webrtc on non-x86 (see also bug 758308)
Filename:
MIME Type:
Creator:
Marcus Comstedt
Created:
2022-03-29 14:36:10 UTC
Size:
954 bytes
patch
obsolete
>From 7fb9675ee833be1d37751c5c6aeb30159ad6a0f8 Mon Sep 17 00:00:00 2001 >From: Marcus Comstedt <marcus@mc.pp.se> >Date: Tue, 29 Mar 2022 16:23:48 +0200 >Subject: [PATCH] webrtc: Skip sse2 on everything non-Intel, not just aarch64 > >--- > media/webrtc/trunk/moz.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/media/webrtc/trunk/moz.build b/media/webrtc/trunk/moz.build >index 575499ed9..ae4f3201c 100644 >--- a/media/webrtc/trunk/moz.build >+++ b/media/webrtc/trunk/moz.build >@@ -149,7 +149,7 @@ if CONFIG["OS_TARGET"] == "Linux": > "/media/webrtc/trunk/webrtc/video_engine/video_engine_gn" > ] > >-if CONFIG["CPU_ARCH"] != "aarch64" and CONFIG["OS_TARGET"] == "Linux": >+if CONFIG['INTEL_ARCHITECTURE'] and CONFIG["OS_TARGET"] == "Linux": > DIRS += [ > "/media/webrtc/trunk/webrtc/common_audio/common_audio_sse2_gn", > "/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_sse2_gn", >-- >2.35.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 836319
:
768146
| 768147 |
768148
|
768152
|
768153
|
768500
|
768502
|
778358
|
778361
|
778394
|
823651
|
916207
|
916238
|
916388