diff options
author | methodus <methodus@web.de> | 2012-12-01 13:38:45 +0100 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-12-01 13:38:45 +0100 |
commit | 32c307ffb4068cdde4a93b231ada4f84c5129847 (patch) | |
tree | abedc4b038676c9ccd821cd19ff03d193a807d17 /plugins/profiler | |
parent | c12abd3839cc6b139ebd1bcb172a26b30b5d540f (diff) | |
download | vdr-plugin-upnp-32c307ffb4068cdde4a93b231ada4f84c5129847.tar.gz vdr-plugin-upnp-32c307ffb4068cdde4a93b231ada4f84c5129847.tar.bz2 |
Fixed compile error with VDR 1.7.32
Diffstat (limited to 'plugins/profiler')
-rw-r--r-- | plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp b/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp index 9873fe4..0204b4e 100644 --- a/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp +++ b/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp @@ -194,7 +194,7 @@ private: parser.ParsePat(buf, TS_SIZE); } else -#if VDRVERSNUM < 10732 +#if VDRVERSNUM < 10733 if (pid == parser.PmtPid()) #else if (parser.IsPmtPid(pid)) |