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
On Jan 21, 2008 8:31 PM, Thomas Heiligenmann thomas@heiligenmann.net wrote:
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/Makefile 2008-01-16 07:29:39.000000000 -0800 +++ vcd-0.9/Makefile 2008-01-22 01:04:55.000000000 -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