[FFmpeg-user] ffmpeg install failed

James Darnley james.darnley at gmail.com
Sun Jun 8 12:41:38 CEST 2014


On 2014-06-07 12:06, Ryu Tanaka wrote:
> I installed the latesed yasm from here.
> http://yasm.tortall.net/releases/Release1.2.0.html
> 
> However, the situation was not changed like "If you think configure made a
> mistake, make sure you are using the latest
> version from Git.....".
> 
> I attached config.log as follows.
>  Would you please give your support to solve.

From config.log, try reading it.

> yasm --version
> ./configure: line 786: yasm: command not found
> nasm -v
> NASM version 0.98.40 (Apple Computer, Inc. build 11) compiled on Jan 15 2014
> check_yasm movbe ecx, [5]
> BEGIN /var/folders/1k/k0jp7hqn4bq243mk17h7vctw0000gn/T//ffconf.cheMxYqP.S
>     1	movbe ecx, [5]
> END /var/folders/1k/k0jp7hqn4bq243mk17h7vctw0000gn/T//ffconf.cheMxYqP.S
> nasm -f macho64 -DPIC -DPREFIX -Werror -o /var/folders/1k/k0jp7hqn4bq243mk17h7vctw0000gn/T//ffconf.pXR3HTVp.o /var/folders/1k/k0jp7hqn4bq243mk17h7vctw0000gn/T//ffconf.cheMxYqP.S
> nasm: fatal: unrecognised output format `macho64' - use -hf for a list
> type `nasm -h' for help
> yasm/nasm not found or too old. Use --disable-yasm for a crippled build.

yasm cannot be found which means you did not install it to somewhere on
your PATH.  What do you get printed if you run yasm --version from the
directory in which you are trying to run configure?

When configure cannot find yasm it then tries nasm.  I find it strange
that nasm should fail as well, especially one provided by apple which
does not recognise that apple format.  Can you also give us the output
of nasm -hf?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 683 bytes
Desc: OpenPGP digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20140608/22c685de/attachment.asc>


More information about the ffmpeg-user mailing list