Skip to content

Commit

Permalink
www/firefox: respect media.cubeb.backend
Browse files Browse the repository at this point in the history
PR:		270436
  • Loading branch information
tatsuki-makino authored and jbeich committed May 26, 2023
1 parent 51556db commit ea1e7e4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/firefox/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= firefox
DISTVERSION= 113.0.2
PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= www wayland
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \
Expand Down
10 changes: 10 additions & 0 deletions www/firefox/files/patch-bug1427152
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- modules/libpref/Preferences.cpp.orig 2023-05-11 21:42:41 UTC
+++ modules/libpref/Preferences.cpp
@@ -6126,6 +6126,7 @@ static const PrefListEntry sDynamicPrefOverrideList[]{
PREF_LIST_ENTRY("logging.config.LOG_FILE"),
PREF_LIST_ENTRY("media.audio_loopback_dev"),
PREF_LIST_ENTRY("media.decoder-doctor."),
+ PREF_LIST_ENTRY("media.cubeb.backend"),
PREF_LIST_ENTRY("media.cubeb.output_device"),
PREF_LIST_ENTRY("media.getusermedia.fake-camera-name"),
PREF_LIST_ENTRY("media.hls.server.url"),

0 comments on commit ea1e7e4

Please sign in to comment.