[FFmpeg-devel] [RFC][PATCH 2/4] build: Report yasm assembler like e.g. compiler is
Michael Niedermayer
michaelni at gmx.at
Sun Jan 22 16:51:04 CET 2012
On Mon, Jan 16, 2012 at 12:48:30AM +0100, Alexander Strasser wrote:
>
> Signed-off-by: Alexander Strasser <eclipse7 at gmx.net>
> ---
> configure | 5 ++++-
> 1 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/configure b/configure
> index f0d4400..474d684 100755
> --- a/configure
> +++ b/configure
> @@ -3382,7 +3382,10 @@ fi
> echo "big-endian ${bigendian-no}"
> echo "runtime cpu detection ${runtime_cpudetect-no}"
> if enabled x86; then
> - echo "${yasmexe} ${yasm-no}"
> + yasm_res=$yasmexe
> + disabled yasm && yasm_res=no
> +
> + echo "yasm ${yasm_res}"
i think this would print
yasm nasm
when nasm is used and this looks a bit odd
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
What does censorship reveal? It reveals fear. -- Julian Assange
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120122/26636de3/attachment.asc>
More information about the ffmpeg-devel
mailing list