vdr/vdr-plugin-streamdev/debian/patches 02_autopid-fix.dpatch
Thomas Schmidt
pkg-vdr-dvb-changes@lists.alioth.debian.org
Sun, 02 Jan 2005 12:23:42 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-streamdev/debian/patches
In directory haydn:/tmp/cvs-serv31533/vdr/vdr-plugin-streamdev/debian/patches
Added Files:
02_autopid-fix.dpatch
Log Message:
* Added patch that allows to use the autopid-patch for vdr :-)
--- NEW FILE: 02_autopid-fix.dpatch ---
#! /bin/sh /usr/share/dpatch/dpatch-run
## 02_autopid-fix.dpatch by Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Makes streamdev compile when vdr uses the autopid-patch
@DPATCH@
diff -urNad vdr-plugin-streamdev-0.3.1/client/device.c /tmp/dpep.Y8I4y9/vdr-plugin-streamdev-0.3.1/client/device.c
--- vdr-plugin-streamdev-0.3.1/client/device.c 2005-01-02 13:18:09.000000000 +0100
+++ /tmp/dpep.Y8I4y9/vdr-plugin-streamdev-0.3.1/client/device.c 2005-01-02 13:19:06.000000000 +0100
@@ -23,11 +23,11 @@
m_TSBuffer = NULL;
#if VDRVERSNUM < 10300
-# if defined(HAVE_AUTOPID)
+/*# if defined(HAVE_AUTOPID)
(void)new cSIProcessor(new cSectionsScanner(""));
# else
(void)new cSIProcessor("");
-# endif
+# endif*/
cSIProcessor::Read();
#else
StartSectionHandler();