Am 15.07.2006 um 14:13 schrieb paolo cutilli:

Hello there.
When I compile bu this:

./configure --with-libavcodec-prefix=/usr/local/bin --with- libavcodec-includes=/usr/local/include/ffmpeg

I get this:

ERROR: requirement failed: cannot compile ffmpeg/avcodec.h
ffmpeg/avcodec.h can be found in the following packages:
  FFmpeg  http://www.ffmpeg.org


Please see the INSTALL file in the top directory of the
transcode sources for more information about building
transcode with this configure script.

What the hell I am missing here ? Why system doesn't find ffmpeg ??
Thanks
paolo

Hi,

did you install ffmpeg from rpms or debs or any other package management? Install ffmpeg-devel. Did you compile ffmpeg from source? Check that your sources are in usr/local/include/ffmpeg. If they are there, check that the user account you´re using has read access to that directory. I compiled ffmpeg with prefix /usr/local and transcodes ./configure found it automagically...

Hope that helps

kind regards
Peter Marquardt

Reply via email to