mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 723781 - Disable libcubeb for now.
--HG-- extra : rebase_source : 23c5d8448d65e2b18a10e61e079f44f261cdb71a
This commit is contained in:
parent
2c89a5bec7
commit
37bc4473ce
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user