Mailing List archive

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

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



Stefan Lucke wrote:

On Montag, 26. Juli 2004 16:51, Joerg Riechardt wrote:

Hi,
I did as written in the makefile, but compiling gives an error

So your inst prefix is /usr/local ?
yes

In /usr/local/lib you find libpostproc.a right ?

no
Should I configure ffmpeg with -enable-shared-pp?
But then I get a compilation error:
/usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../../i586-suse-linux/bin/ld: cannot find -lpostproc
If I configure with --enable-pp --enable-gpl --enable-shared, it compiles, but libpostproc.a doesn't exist.
And with --enable-pp --enable-gpl only neither.
There is only a postproc.o in ffmpeg-0.4.9-pre1/libavcodec/libpostproc/
Jörg


/usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../../i586-suse-linux/bin/ld: cannot find -lpostproc
collect2: ld returned 1 exit status

What do I have to do?

pls change in Makefile line 78 from:
FFMPEGLIBS = -lavcodec
to:
FFMPEGLIBS = -L/usr/local/lib -lavcodec





Home | Main Index | Thread Index