Bug 1169212 - Part 3: Fix ADTSLOGV macro definitions. r=jya

This commit is contained in:
Dan Glastonbury 2016-02-04 20:34:53 +10:00
parent faeba278d1
commit 935f02a4f5

View File

@ -19,8 +19,8 @@ mozilla::LazyLogModule gADTSDemuxerLog("ADTSDemuxer");
#define ADTSLOGV(msg, ...) \
MOZ_LOG(gADTSDemuxerLog, LogLevel::Verbose, ("ADTSDemuxer " msg, ##__VA_ARGS__))
#else
#define ADTSLOG(msg, ...) do {} while (false)
#define ADTSLOG(msg, ...) do {} while (false)
#define ADTSLOG(msg, ...) do {} while (false)
#define ADTSLOGV(msg, ...) do {} while (false)
#endif
namespace mozilla {