From 728cccb418b7f41949a8cd5edfb79b40cf774cb3 Mon Sep 17 00:00:00 2001 From: rofafor Date: Sun, 1 Feb 2009 23:13:02 +0000 Subject: Fixed compilation under vdr-1.6.x. --- device.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'device.c') diff --git a/device.c b/device.c index 1978c4f8..4944e26e 100644 --- a/device.c +++ b/device.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: device.c,v 1.67 2009-01-31 19:20:57 phintuka Exp $ + * $Id: device.c,v 1.68 2009-02-01 23:13:02 rofafor Exp $ * */ @@ -1266,8 +1266,10 @@ void cXinelibDevice::StillPicture(const uchar *Data, int Length) &mmin, Length); } else if(isPes) { /*cDevice::*/PlayPes(Data, Length, m_SkipAudio); +#if VDRVERSNUM >= 10701 } else if(isTs) { /*cDevice::*/PlayTs(Data, Length, m_SkipAudio); +#endif } else { ForEach(m_clients, &cXinelibThread::Play_Mpeg2_ES, Data, Length, VIDEO_STREAM, -- cgit v1.2.3