mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 973710 - Fix compile errors for pedantic SOB compilers and WAE. r=bustage
This commit is contained in:
parent
70c1ecdffe
commit
7011a7cce8
@ -39,6 +39,7 @@ namespace mozilla {
|
|||||||
// Uncomment to enable verbose per-sample logging.
|
// Uncomment to enable verbose per-sample logging.
|
||||||
//#define LOG_SAMPLE_DECODE 1
|
//#define LOG_SAMPLE_DECODE 1
|
||||||
|
|
||||||
|
#ifdef PR_LOGGING
|
||||||
static const char*
|
static const char*
|
||||||
TrackTypeToStr(TrackType aTrack)
|
TrackTypeToStr(TrackType aTrack)
|
||||||
{
|
{
|
||||||
@ -52,6 +53,7 @@ TrackTypeToStr(TrackType aTrack)
|
|||||||
return "Unknown";
|
return "Unknown";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
class MP4Stream : public Stream {
|
class MP4Stream : public Stream {
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user