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) {
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to