summaryrefslogtreecommitdiff
path: root/plugins/radio/patches/radio-0.2.4_vdr-1.7.2.diff
blob: 978c1627aae97c2f75f3213bb47f46d49955f938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -ruNp radio-0.2.4~/radioaudio.h radio-0.2.4/radioaudio.h
--- radio-0.2.4~/radioaudio.h	2007-10-06 19:42:00.000000000 +0200
+++ radio-0.2.4/radioaudio.h	2009-01-11 02:42:42.000000000 +0100
@@ -84,6 +84,9 @@ private:
     void RassDecode(uchar *Data, int Length);
 protected:
     virtual void Play(const uchar *Data, int Length, uchar Id);
+#if VDRVERSNUM >= 10702
+    virtual void PlayTs(const uchar *Data, int Length) {};
+#endif
     virtual void Mute(bool On) {};
     virtual void Clear(void) {};
 public: