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.
|
||||
//#define LOG_SAMPLE_DECODE 1
|
||||
|
||||
#ifdef PR_LOGGING
|
||||
static const char*
|
||||
TrackTypeToStr(TrackType aTrack)
|
||||
{
|
||||
@ -52,6 +53,7 @@ TrackTypeToStr(TrackType aTrack)
|
||||
return "Unknown";
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
class MP4Stream : public Stream {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user