In dxr3 plugin log file I find this error:
cDxr3AudioOutThread::Action Thread started cDxr3AudioOutThread::Action(): Error can't set priority cDxr3VideoOutThread::Action Thread started cDxr3VideoOutThread::Action(): Error can't set priority
The plugins works with this error?
For now I can't see nothing, no video, no osd on my TV connected on dxr3 card.
Best Regards
Rudy Sgorlon.
-------Messaggio originale-------
Data: 01/06/05 11:16:48
Oggetto: [vdr] Re: Rif: Re: Error compiling dxr3 plugin
Rudy Sgorlon schrieb:
You dont need any pachtes...
Greets,
Christian
>
> Ok now the plugin compile fine.
> The patch for em8300 it is still necessary?
> Thank you.
>
>
> Best Ragards
> Rudy Sgorlon.
>
> /-------Messaggio originale-------/
>
> /*Data:*/ 01/05/05 15:55:30
> /*Oggetto:*/ [vdr] Re: Error compiling dxr3 plugin
>
> Rudy Sgorlon schrieb:
>
> > I try to compiling dxr3 plugin cvs version, fffmpeg cvs version vdr
> > 1.3.17.
> > After "make plugins" command I get this error:
> >
> > debian:/vdr/vdr-1.3.17# make plugins
> > make[1]: Entering directory `/vdr/vdr-1.3.17/PLUGINS/src/dxr3'
> > g++ -O2 -Wall -Woverloaded-virtual -lz -shared dxr3.o
> > dxr3multichannelaudio.o dx
> > r3sysclock.o dxr3colormanager.o dxr3syncbuffer.o dxr3audiodecoder.o
> > dxr3blackfra
> > me.o dxr3palettemanager.o dxr3nextpts.o dxr3pesframe.o
> > dxr3demuxdevice.o dxr3con
> > figdata.o dxr3log.o dxr3ffmpeg.o dxr3spuencoder.o dxr3i18n.o
> > dxr3interface.o dxr
> > 3device.o dxr3outputthread.o dxr3osd.o dxr3osd_subpicture.o
> > dxr3spudecoder.o dxr
> > 3unixserversocket.o dxr3cpu.o dxr3memcpy.o dxr3dolbydigital.o
> > -L/usr/local/inclu
> > de/ffmpeg/libavcodec -lavcodec -ljpeg -o libvdr-dxr3.so
> > /usr/bin/ld: cannot find -lz
> >
> > Where I 'm mistaking?
>
> Try this:
>
> change in Makefile
>
> libvdr-$(PLUGIN).so: $(OBJS)
> $(CXX) $(CXXFLAGS) -lz -shared $(OBJS) $(LIBS) -o $@
>
> to
>
> libvdr-$(PLUGIN).so: $(OBJS)
> $(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) -o $@
>
>
> Greets
>
> --
> Christian Gmeiner
> Maintainer of the DXR3-Plugin for VDR:
> Maintainer of VDR-Ebuilds at Gentoo.de
>
>
>
>
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.300 / Virus Database: 265.6.8 - Release Date: 03/01/2005
>
> .
>
>
>
>
>
>------------------------------------------------------------------------
>
>No virus found in this outgoing message.
>Checked by AVG Anti-Virus.
>Version: 7.0.300 / Virus Database: 265.6.8 - Release Date: 03/01/2005
>
>
--
Christian Gmeiner
Maintainer of VDR-Ebuilds at Gentoo.de
--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.8 - Release Date: 03/01/2005
. |