On Tuesday 13 September 2005 10:43, Guðlaugur Jóhannesson wrote:
Christoph Thiel wrote:
On Tue, 13 Sep 2005, ajtiM wrote:
I try to compile transcode on SuSE 10.0 RC1. I installed ffmpeg. I get an error:
ERROR: requirement failed: cannot compile ffmpeg/avcodec.h ffmpeg/avcodec.h can be found in the following packages: FFMpeg http://www.ffmpeg.org/
I had the same problem. If you look at the config(ure).log you should see that avcodec.h depends on another header (which I don't remember the name of, probably opt.h) which has to be copied from the ffmpeg build directory. I built ffmpeg from a rpm.src file so it was in /usr/src/packages/BUILD/ffmpeg-<version>/libavcodec/ Just copy the file to /usr/include/ffmpeg/
Cheers
I installed from Pacman site. I look in the log but i din't find nothing about avcodec.h. Strange?