diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-06-09 16:47:59 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-09 16:48:08 +0200 |
commit | 383d8ddf29513c614778db269899aba71094c051 (patch) | |
tree | 5f5e39b2fafa9dc97389f9ce30828a98fc1344b1 | |
parent | f341340552e2b70868a71aa55d3aebf3a27acc6d (diff) | |
parent | 7b06ddb8352fe7f434414d7911ced94956bb25b2 (diff) | |
download | ffmpeg-383d8ddf29513c614778db269899aba71094c051.tar.gz |
Merge commit '7b06ddb8352fe7f434414d7911ced94956bb25b2'
* commit '7b06ddb8352fe7f434414d7911ced94956bb25b2':
configure: use .altmacro for gnu as check on arm
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4286,6 +4286,10 @@ if enabled asm; then m x EOF + check_as <<EOF || $nogas "GNU assembler not found, install gas-preprocessor" +.altmacro +EOF + check_as <<EOF && enable as_func .func test .endfunc |