[FFmpeg-cvslog] r24950 - trunk/configure
Måns Rullgård
mans
Thu Aug 26 20:50:47 CEST 2010
alexc <subversion at mplayerhq.hu> writes:
> Author: alexc
> Date: Thu Aug 26 20:29:32 2010
> New Revision: 24950
>
> Log:
> x86: Require yasm OR --disable-asm OR --disable-mmx OR --disable-yasm to build.
>
> Modified:
> trunk/configure
>
> Modified: trunk/configure
> ==============================================================================
> --- trunk/configure Thu Aug 26 20:21:00 2010 (r24949)
> +++ trunk/configure Thu Aug 26 20:29:32 2010 (r24950)
> @@ -2569,9 +2569,10 @@ EOF
> case "$objformat" in
> elf) enabled debug && append YASMFLAGS "-g dwarf2" ;;
> esac
> - if ! disabled yasm; then
> + if ! disabled_any asm mmx yasm; then
> check_yasm "pabsw xmm0, xmm0" && enable yasm ||
> - warn "yasm not found, performance will suffer"
> + die "yasm not found, performance will suffer. " \
This is a bad message. There will be no performance at all, since
you're bailing out on the next line.
> + "If you really want to compile without yasm, configure with --disable-yasm."
> fi
>
> case "$cpu" in
>
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-cvslog
mailing list