Stefan Lucke wrote:
yesOn 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 ?
/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