Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Oct 2012 11:10:40 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1056 - in trunk/mail/thunderbird: . files
Message-ID:  <201210021110.q92BAe51099388@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Oct  2 11:10:39 2012
New Revision: 1056

Log:
move the patch where it belongs

Added:
   trunk/mail/thunderbird/files/patch-mozilla-content-media-nsAudioStream.cpp
      - copied, changed from r1055, trunk/mail/thunderbird/patch-mozilla-content-media-nsAudioStream.cpp
Deleted:
   trunk/mail/thunderbird/patch-mozilla-content-media-nsAudioStream.cpp

Copied and modified: trunk/mail/thunderbird/files/patch-mozilla-content-media-nsAudioStream.cpp (from r1055, trunk/mail/thunderbird/patch-mozilla-content-media-nsAudioStream.cpp)
==============================================================================

Deleted: trunk/mail/thunderbird/patch-mozilla-content-media-nsAudioStream.cpp
==============================================================================
--- trunk/mail/thunderbird/patch-mozilla-content-media-nsAudioStream.cpp	Tue Oct  2 11:10:39 2012	(r1055)
+++ /dev/null	00:00:00 1970	(deleted)
@@ -1,14 +0,0 @@
---- mozilla/content/media/nsAudioStream.cpp~
-+++ mozilla/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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210021110.q92BAe51099388>