[FFmpeg-user] newbie installation bug

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Jan 14 00:43:58 CET 2013


mark edwards <edwardsmarkf <at> gmail.com> writes:

> git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg  ;
> 
> ./configure  --libdir=/usr/local/lib,/usr/local/include  --enable-libopus

Could you test the following?
$ ./configure && make
It should make no difference, but your libdir command 
looks a bit strange to me...

If it works, it produces a working ffmpeg executable, 
make install should not compile anything (and therefore 
cannot fail with a compiler error).

If it fails, please add the output of:
$ gcc --version

Carl Eugen



More information about the ffmpeg-user mailing list