Mailing List archive

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

[vdr] Re: [ANNOUNCE] vdr-softdevice-0.0.7pre1



On Montag, 19. Juli 2004 19:24, Joerg Riechardt wrote:

> 
> that gives:
> [softdevice] ffmpeg version(0.4.9-pre1) build(4718)

So this are the constant which were used at compile time.

> 
> Ok, now I changed in the Makefile the path to LIBAVCODEC.
> It was /usr/local/include/ffmpeg, and as I did make installlib during 
> installation of ffmpeg, I assumed that should be right, because it's 
> written in the Makefile. But it is obviously wrong.

No. But there is a chance that there are some other libavcodec* libs
floating around which was taken at link time. Can you search with:
find / -name 'libavcodec*'

Perhaps I have to add a PATH for -lavcodec like
FFMPEGLIBS = -L/usr/local/lib -lavcodec

Stefan Lucke





Home | Main Index | Thread Index