Module: libav
Branch: master
Commit: 8e0febe28effe7f427e45190eab37110126161ea

Author:    Diego Biurrun <[email protected]>
Committer: Diego Biurrun <[email protected]>
Date:      Sat Nov  4 18:50:30 2017 +0100

configure: Use right variable and right value for AIX ar flags

---

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 6f96a06..d43bd6e 100755
--- a/configure
+++ b/configure
@@ -3812,7 +3812,7 @@ case $target_os in
         SHFLAGS=-shared
         add_cppflags '-I\$(SRC_PATH)/compat/aix'
         enabled shared && add_ldflags -Wl,-brtl
-        ar_default='ar -Xany'
+        arflags='-Xany -r -c'
         ;;
     android)
         disable symver

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to