mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Issue #80 - De-unify dom/media/ogg
This commit is contained in:
parent
de5ee6828b
commit
f09bb5b0c7
2 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ EXPORTS += [
|
|||
'OpusParser.h',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'OggCodecState.cpp',
|
||||
'OggCodecStore.cpp',
|
||||
'OggDecoder.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue