Issue #80 - De-unify dom/media/ogg

This commit is contained in:
Matt A. Tobin 2020-04-18 01:54:43 -04:00 committed by Roy Tam
commit f09bb5b0c7
2 changed files with 2 additions and 1 deletions

View file

@ -21,6 +21,7 @@
#include <algorithm>
extern mozilla::LazyLogModule gMediaDemuxerLog;
#define LOG(type, msg) MOZ_LOG(gMediaDecoderLog, type, msg)
#define OGG_DEBUG(arg, ...) MOZ_LOG(gMediaDemuxerLog, mozilla::LogLevel::Debug, ("OggDemuxer(%p)::%s: " arg, this, __func__, ##__VA_ARGS__))
// Un-comment to enable logging of seek bisections.

View file

@ -13,7 +13,7 @@ EXPORTS += [
'OpusParser.h',
]
UNIFIED_SOURCES += [
SOURCES += [
'OggCodecState.cpp',
'OggCodecStore.cpp',
'OggDecoder.cpp',