[ANNOUNCE] VideoCD Plugin 0.9

Message ID 2d842fa80801220114n2ff810fev8c12c07561f23e07@mail.gmail.com
State New
Headers

Commit Message

C.Y.M Jan. 22, 2008, 9:14 a.m. UTC
  On Jan 21, 2008 8:31 PM, Thomas Heiligenmann <thomas@heiligenmann.net>
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.
> <http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr>


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

Patch

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