diff options
Diffstat (limited to 'www/firefox-esr/files/patch-content-media-nsAudioStream.cpp')
-rw-r--r-- | www/firefox-esr/files/patch-content-media-nsAudioStream.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/firefox-esr/files/patch-content-media-nsAudioStream.cpp b/www/firefox-esr/files/patch-content-media-nsAudioStream.cpp deleted file mode 100644 index bd0f0d4963db..000000000000 --- a/www/firefox-esr/files/patch-content-media-nsAudioStream.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- content/media/nsAudioStream.cpp~ -+++ content/media/nsAudioStream.cpp -@@ -298,7 +298,11 @@ static int PrefChanged(const char* aPref - gVolumeScale = NS_MAX<double>(0, PR_strtod(utf8.get(), nsnull)); - } - } else if (strcmp(aPref, PREF_USE_CUBEB) == 0) { -+#if defined(__FreeBSD__) && __FreeBSD_version < 800097 -+ bool value = Preferences::GetBool(aPref, false); -+#else - bool value = Preferences::GetBool(aPref, true); -+#endif - mozilla::MutexAutoLock lock(*gAudioPrefsLock); - gUseCubeb = value; - } else if (strcmp(aPref, PREF_CUBEB_LATENCY) == 0) { |