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