From e9b9a2f86fe297ce7c6370c36c6582840fd41ae6 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 14 Aug 2008 23:38:09 +0000 Subject: [PATCH] Add -fasm and -std=c99 when supported. Originally committed as revision 14769 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 7dd76b7e44..479105cf52 100755 --- a/configure +++ b/configure @@ -1125,6 +1125,9 @@ TMPO="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.o" TMPS="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.S" TMPSH="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.sh" +check_cflags -fasm +check_cflags -std=c99 + case "$arch" in i386|i486|i586|i686|i86pc|BePC) arch="x86_32" -- GitLab