Bug 723781 - Disable libcubeb for now.

--HG--
extra : rebase_source : 23c5d8448d65e2b18a10e61e079f44f261cdb71a
This commit is contained in:
Matthew Gregan 2012-02-03 21:31:43 +13:00
parent 2c89a5bec7
commit 37bc4473ce

View File

@ -344,7 +344,7 @@ static int PrefChanged(const char* aPref, void* aClosure)
gVolumeScale = NS_MAX<double>(0, PR_strtod(utf8.get(), nsnull));
}
} else if (strcmp(aPref, PREF_USE_CUBEB) == 0) {
bool value = Preferences::GetBool(aPref, true);
bool value = Preferences::GetBool(aPref, false);
mozilla::MutexAutoLock lock(*gAudioPrefsLock);
gUseCubeb = value;
}