mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Avoid redefined macro warning in MediaFormatReader
This commit is contained in:
parent
74ccd45360
commit
e831ce0f5b
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ using mozilla::layers::Image;
|
|||
using mozilla::layers::LayerManager;
|
||||
using mozilla::layers::LayersBackend;
|
||||
|
||||
// avoid redefined macro warning in unified builds
|
||||
#undef LOG
|
||||
#undef LOGV
|
||||
|
||||
static mozilla::LazyLogModule sFormatDecoderLog("MediaFormatReader");
|
||||
mozilla::LazyLogModule gMediaDemuxerLog("MediaDemuxer");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue