зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1672901 - Fix failure to build with 11.0 macOS SDK. r=jya
Differential Revision: https://phabricator.services.mozilla.com/D94561
This commit is contained in:
Родитель
d3681664c5
Коммит
37db434893
|
@ -153,10 +153,12 @@ bool AppleDecoderModule::CanCreateVP9Decoder() {
|
|||
/* static */
|
||||
bool AppleDecoderModule::RegisterSupplementalVP9Decoder() {
|
||||
static bool sRegisterIfAvailable = []() {
|
||||
if (__builtin_available(macos 10.16, *)) {
|
||||
if (VTRegisterSupplementalVideoDecoderIfAvailable) {
|
||||
VTRegisterSupplementalVideoDecoderIfAvailable(kCMVideoCodecType_VP9);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}();
|
||||
return sRegisterIfAvailable;
|
||||
|
|
Загрузка…
Ссылка в новой задаче