Mailing List archive

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

[vdr] Re: HELP: dxr3 plugin...



Hi,

i have not too much time, so only a brief answer:
-Create a directory dxr3 in the path vdr/PLUGINS/SRC.
-Decode the dxr3-0.0.3.tar.bz2 and put the data into the new dxr3 directory.
-Patch the vdr-1.1.6 source with 
http://grail.warp10.net/dvd/plugin-devel/vdr-1.1.6-dxr3.diff.bz2. Therefore 
you have to bunzip2 the file and type patch -p1 < vdr-1.1.6-dxr3.diff in the 
vdr root dir.
-Now type make clean, make, make plugins.
-Set the primary interface entry in your setup.conf to 2.
-Load your DXR3 driver and run ./vdr -Pdxr3.
VDR can than be controlled by keyboard. 

Should work than.

Greetings
Stefan.

On Saturday 17 August 2002 17:01, you wrote:
> Sorry, but I do not understand how to use this plugin.
> Where have I to put the files in the .bz2 archive?
> I put them in a folder parallel to vdr (/usr/local/src/dxr3plugin) and I
> cannot make it.
>
> Here is my Makefile includes:
> DVBDIR = /usr/local/src/DVB/ost/include
> VDRDIR = /usr/local/src/vdr
> VDRINC = $(VDRDIR)/include
> LIBDIR = ../../lib ??? Which lib folder is it looking for?
> TMPDIR = /tmp
> FFMDIR = /usr/local/src/mplayer
>
> Make gives me:
> **** BEGIN ****
> dxr3.c:9: warning: No include path in which to find vdr/plugin.h
> In file included from dxr3.c:10:
> dxr3device.h:6: warning: No include path in which to find vdr/device.h
> dxr3device.c:11: warning: No include path in which to find vdr/device.h
> In file included from dxr3device.c:12:
> dxr3device.h:6: warning: No include path in which to find vdr/device.h
> In file included from dxr3device.c:13:
> dxr3osd.h:14: warning: No include path in which to find vdr/osdbase.h
> In file included from dxr3osd.h:15,
>                  from dxr3device.c:13:
> spuenc.h:26: warning: No include path in which to find vdr/dvbosd.h
> In file included from dxr3osd.c:10:
> dxr3osd.h:14: warning: No include path in which to find vdr/osdbase.h
> In file included from dxr3osd.h:15,
>                  from dxr3osd.c:10:
> spuenc.h:26: warning: No include path in which to find vdr/dvbosd.h
> dxr3osd.c:16: warning: No include path in which to find vdr/tools.h
> In file included from spuenc.c:32:
> spuenc.h:26: warning: No include path in which to find vdr/dvbosd.h
> g++ -O2 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"dxr3"'
> -I/usr/local/src/vdr/include -I/usr/local/src/DVB/ost/include
> -I/usr/local/src/mplayer dxr3.c
> dxr3.c:9: vdr/plugin.h: No such file or directory
> In file included from dxr3.c:10:
> dxr3device.h:6: vdr/device.h: No such file or directory
> make: *** [dxr3.o] Error 1
> **** END ****
>
> Any help appreciated.
>
> Thx
>
> Luca





Home | Main Index | Thread Index