This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
configure: Die if gas is unavailable under aarch64 as well as ARM
tags/n2.4
Diego Biurrun
11 years ago
parent
e4c9e59a45
commit
0026e356d0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure
+ 1
- 1
configure
View File
@@ -3778,7 +3778,7 @@ EOF
}
if enabled asm; then
enabled
arm aarch64 && nogas=die
enabled
_any
arm aarch64 && nogas=die
enabled_all ppc altivec && nogas=warn
if ! check_gas ; then
Write
Preview
Loading…
Cancel
Save