[FFmpeg-devel] [PATCH] x86: Require yasm or --disable-yasm

Måns Rullgård mans
Thu Aug 26 12:20:52 CEST 2010


Alex Converse <alex.converse at gmail.com> writes:

> Yasm is important but not installed with a default toolchain almost everywhere.
>
> Index: configure
> ===================================================================
> --- configure	(revision 24937)
> +++ configure	(working copy)
> @@ -2570,7 +2570,8 @@
>      esac
>      if ! disabled yasm; then
>          check_yasm "pabsw xmm0, xmm0" && enable yasm ||
> -            warn "yasm not found, performance will suffer"
> +            die "yasm not found, performance will suffer. " \
> +            "If you really want to compile without yasm, configure with --disable-yasm."
>      fi

Yasm should be required only if mmx is enabled.

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



More information about the ffmpeg-devel mailing list