---
cc seems to work on osx and linux, it would allow skipping "--cc=clang"
at configure on modern osx, but I'm not sure of the overall impact.
Ideas?
Vittorio

 configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 7051a76..0d1cd42 100755
--- a/configure
+++ b/configure
@@ -2092,8 +2092,8 @@ shlibdir_default="$libdir_default"
 
 # toolchain
 ar_default="ar"
-cc_default="gcc"
-host_cc_default="gcc"
+cc_default="cc"
+host_cc_default="cc"
 cp_f="cp -f"
 ln_s="ln -s -f"
 nm_default="nm -g"
-- 
1.8.3.4 (Apple Git-47)

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

Reply via email to