Re: [vdr] [ANNOUNCE] VideoCD Plugin 0.9

2008-01-22 Thread Stone
On Jan 21, 2008 8:31 PM, Thomas Heiligenmann <[EMAIL PROTECTED]>
wrote:

> A new version of the plugin is available:
>
> Download: http://www.heiligenmann.de/vdr/download/
> Filename: vdr-vcd-0.9.tgz
> Filesize: 33687
>
> See HISTORY and README for details. Thanks to all, who have provided
> ideas and patches.
> 


Hello,

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).

--- vcd-0.9/Makefile2008-01-16 07:29:39.0 -0800
+++ vcd-0.9/Makefile2008-01-22 01:04:55.0 -0800
@@ -21,6 +21,7 @@
 ### The directory environment:

 VDRDIR = ../../..
+VDRINC = $(VDRDIR)/include
 LIBDIR = ../../lib
 TMPDIR = /tmp

@@ -47,7 +48,7 @@

 ### Includes and Defines (add further entries here):

-INCLUDES = -I$(VDRINC) -I$(DVBDIR)
+INCLUDES = -I$(VDRINC)

 DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -D_GNU_SOURCE
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] [ANNOUNCE] VideoCD Plugin 0.9

2008-01-21 Thread Thomas Heiligenmann
A new version of the plugin is available:

Download: http://www.heiligenmann.de/vdr/download/
Filename: vdr-vcd-0.9.tgz
Filesize: 33687

See HISTORY and README for details. Thanks to all, who have provided
ideas and patches.

--
Thomas

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr