diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-08-14 23:38:09 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-08-14 23:38:09 +0000 |
commit | e9b9a2f86fe297ce7c6370c36c6582840fd41ae6 (patch) | |
tree | 400a4477370d75f2dd4750530410f679443551da /configure | |
parent | a964e813a1d5fc7942b43ae75a44677cb3815b0e (diff) | |
download | ffmpeg-e9b9a2f86fe297ce7c6370c36c6582840fd41ae6.tar.gz |
Add -fasm and -std=c99 when supported.
Originally committed as revision 14769 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |