<br><br><div class="gmail_quote">On Jan 21, 2008 8:31 PM, Thomas Heiligenmann <<a href="mailto:thomas@heiligenmann.net">thomas@heiligenmann.net</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
A new version of the plugin is available:<br><br>Download: <a href="http://www.heiligenmann.de/vdr/download/" target="_blank">http://www.heiligenmann.de/vdr/download/</a><br>Filename: vdr-vcd-0.9.tgz<br>Filesize: 33687<br>
<br>See HISTORY and README for details. Thanks to all, who have provided<br>ideas and patches.<br><font color="#888888"><a href="http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr" target="_blank"></a></font></blockquote>
<div><br>Hello,<br><br>Thanks for the update. I had a small issue with the changes to the Makefile in 0.9 though. Here is what I had to do to get it working.. (I am prettry sure its DVBDIR that was supposed to be removed, not VDRINC).
<br><br>--- vcd-0.9/Makefile 2008-01-16 07:29:39.000000000 -0800<br>+++ vcd-0.9/Makefile 2008-01-22 01:04:55.000000000 -0800<br>@@ -21,6 +21,7 @@<br> ### The directory environment:<br><br> VDRDIR = ../../..<br>+VDRINC = $(VDRDIR)/include
<br> LIBDIR = ../../lib<br> TMPDIR = /tmp<br><br>@@ -47,7 +48,7 @@<br><br> ### Includes and Defines (add further entries here):<br><br>-INCLUDES = -I$(VDRINC) -I$(DVBDIR)<br>+INCLUDES = -I$(VDRINC)<br><br> DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -D_GNU_SOURCE
<br></div></div><br>