Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: VCD plugin 0.0.4



Thomas Heiligenmann wrote:
> A new version of the VCD plugin is available which will hopefully fix a
> few problems :)
> 
> See http://www.heiligenmann.de/download/

I have another problem:

The Makefile still references the old driver includes in DVB/ost/include
instead of DVB/include. AFAIK vdr-1.1.20 is mostly intended to be used
with the new drivers - it would be nice if you could apply the attached
patch.

Cheers,
Juri


-- Attached file included as plaintext by Listar --
-- File: vcd.diff

--- vcd-0.0.4/Makefile	2003-01-02 16:24:24.000000000 +0100
+++ vcd/Makefile	2003-01-04 03:05:51.000000000 +0100
@@ -15,7 +15,7 @@
 
 ### The directory environment:
 
-DVBDIR = ../../../../DVB/ost/include
+DVBDIR = ../../../../DVB/include
 VDRDIR = ../../..
 VDRINC = $(VDRDIR)/include
 LIBDIR = ../../lib



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index