зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1673007 - Undef WMFAudioMFTManager's LOG macro at end of file. r=alwu
This stops the log leaking into other files during the unified build this is desirable to avoid - Other files relying on this log macro and then breaking when unified build boundaries shift. - Other files getting this LOG definition unexpectedly and logging incorrectly and/or emitting warnings due to macro redefinitions. Differential Revision: https://phabricator.services.mozilla.com/D94743
This commit is contained in:
Родитель
adcd1d58a5
Коммит
513b26f115
|
@ -312,3 +312,5 @@ WMFAudioMFTManager::Output(int64_t aStreamOffset, RefPtr<MediaData>& aOutData) {
|
|||
void WMFAudioMFTManager::Shutdown() { mDecoder = nullptr; }
|
||||
|
||||
} // namespace mozilla
|
||||
|
||||
#undef LOG
|
||||
|
|
Загрузка…
Ссылка в новой задаче