Mailing List archive

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

[vdr] Re: Softdevice



> > Cedric.Picard@esial.uhp-nancy.fr wrote:
> > > I'm tryinfg to install softdevice plugin.
> > > I "make" it without DirectFB, vidix and XV. All "make" well.
> > > But when I "make plugins" in vdr i've got this error :
> > >
> > > --------
> > > /usr/bin/ld: cannot find -lavcodec
> >
> > You need libavcodec, as stated in the README file. Just get 
> ffmpeg and
> > install it properly.
> >
> > Lucian
> >
> It is alredy done...
> The error staid.

Then check you Makefile and make sure that the path to libavcodec is 
known to the linker. The linker is just not able to find the
libavcodec.so
file. Your linker options need to contain -L<path_to_libavcodec.so> or
the library needs to be in one of the locations specified in the -L 
options.

Best regards,
Reiner.




Home | Main Index | Thread Index