---
This goes on top of Diego's RFC patch.
---
configure | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/configure b/configure
index 4d2439e..877f240 100755
--- a/configure
+++ b/configure
@@ -3782,17 +3782,18 @@ if enabled_any arm aarch64 || enabled_all ppc altivec
&& enabled asm; then
nogas=:
enabled_any arm aarch64 && nogas=die
enabled_all ppc altivec && nogas=warn
+ as_noop=-v
- case $as_type
- arm*) gaspp_as_type=armasm ;;
+ case $as_type in
+ arm*) gaspp_as_type=armasm; as_noop=-h ;;
gcc) gaspp_as_type=gas ;;
*) gaspp_as_type=$as_type ;;
esac
[ $target_os = "darwin" ] && gaspp_as_type="apple-$as_type"
- check_cmd gas-preprocessor.pl -arch $arch -as-type $gaspp_as_type &&
- gas="gas-preprocessor.pl -arch $arch -as-type $gaspp_as_type $as"
+ check_cmd gas-preprocessor.pl -arch $arch -as-type $gaspp_as_type -- $as
$as_noop &&
+ gas="gas-preprocessor.pl -arch $arch -as-type $gaspp_as_type -- $as"
if ! check_gas ; then
as=${gas:=$as}
--
1.8.1.2
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel