Avoid redefined macro warning in MediaFormatReader

This commit is contained in:
trav90 2018-12-31 09:14:59 -06:00 committed by Roy Tam
commit e831ce0f5b

View file

@ -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");