Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] [ANNOUNCE] vdr-xine-0.7.0 plugin



A minor bug in vdr-xine-0.7.0 - to get it work with less than current
VDR.

yours,
		Jouni

--- ero/xineDevice.c    2005-01-16 22:57:23.000000000 +0200
+++ ./xineDevice.c      2005-02-05 18:57:02.000000000 +0200
@@ -1812,7 +1812,7 @@
     return 0;
   };
   
-#if VDRVERSNUM >= 10308
+#if VDRVERSNUM >= 10318
   void cXineDevice::SetDigitalAudioDevice(bool On)
   {
     ::fprintf(stderr, "SetDigitalAudioDevice: %d\n", On);
diff -u ero/xineDevice.h ./xineDevice.h
--- ero/xineDevice.h    2005-01-05 23:08:31.000000000 +0200
+++ ./xineDevice.h      2005-02-05 18:54:23.000000000 +0200
@@ -70,7 +70,7 @@
     virtual void MakePrimaryDevice(bool On);
 #endif
 
-#if VDRVERSNUM >= 10308
+#if VDRVERSNUM >= 10318
     virtual void SetDigitalAudioDevice(bool On);
     virtual int PlayAudio(const uchar *Data, int Length);
 #else




Home | Main Index | Thread Index