[FFmpeg-devel] Disabling all asm

Måns Rullgård mans
Tue Jan 19 00:24:30 CET 2010


It is sometimes desired to disable all asm in FFmpeg, and previously
the suggested means of achieving this was to pass --arch=c to
configure.  This is no longer supported.  Instead there is a new
option, --disable-asm.  This disables all assembler while still
allowing other characteristics of the target architecture to be taken
into account, e.g. automatically enabling PIC or allowing unaligned
memory accesses.  This was not possible with the old --arch approach.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list