Mailing List archive

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

[vdr] Rif: Re: Error compiling dxr3 plugin



 
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 $@
    @cp $@ $(LIBDIR)/$@.$(VDRVERSION)
 
to
 
libvdr-$(PLUGIN).so: $(OBJS)
    $(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) -o $@
    @cp $@ $(LIBDIR)/$@.$(VDRVERSION)
 
 
Greets
 
--
Christian Gmeiner
Maintainer of the DXR3-Plugin for VDR: http://sourceforge.net/projects/dxr3plugin/
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

Home | Main Index | Thread Index