Mailing List archive

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

[vdr] Re: vdr-softdevice-0.0.8pre1 mga tv-out



On Donnerstag, 30. Dezember 2004 11:40, Ari Koponen wrote:

> I'm not sure if I have to have some special settings in /etc/fb.modes
> but I don't believe that's the issue here because mplayer works very
> well. If I try this plugin with vdr version 1.2.6 I'll get an error
> message:
> 
> vdr: ./PLUGINS/lib/libvdr-softdevice.so.1.2.6: undefined symbol:
> _ZN9cVideoOut8OSDStartEv

Try attached patch.

-- 
stefan lucke
Index: video.c
===================================================================
RCS file: /cvsroot/softdevice/softdevice/video.c,v
retrieving revision 1.4
diff -r1.4 video.c
196,209d195
< #if VDRVERSNUM >= 10307
< 
< void cVideoOut::OpenOSD(int X, int Y)
< {
<   OSDxOfs = X;
<   OSDyOfs = Y;
<   OSDpresent=true;
< }
< 
< void cVideoOut::CloseOSD()
< {
<   OSDpresent=false;
< }
< 
221a208,221
> }
> 
> #if VDRVERSNUM >= 10307
> 
> void cVideoOut::OpenOSD(int X, int Y)
> {
>   OSDxOfs = X;
>   OSDyOfs = Y;
>   OSDpresent=true;
> }
> 
> void cVideoOut::CloseOSD()
> {
>   OSDpresent=false;

Home | Main Index | Thread Index