[Ffmpeg-cvslog] r8198 - trunk/configure

diego subversion
Sat Mar 3 09:25:39 CET 2007


Author: diego
Date: Sat Mar  3 09:25:38 2007
New Revision: 8198

Modified:
   trunk/configure

Log:
Do not hardcode cc on Darwin, fixing --cc option in the process.
patch by Patrice Bensoussan, patrice.bensoussan free fr


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Mar  3 09:25:38 2007
@@ -1084,7 +1084,6 @@ case `tolower $targetos` in
     strip="strip -d"
     ;;
   darwin)
-    cc="cc"
     dv1394="no"
     need_memalign="no"
     SHFLAGS="-dynamiclib -Wl,-single_module -Wl,-install_name,\$(shlibdir)/\$(SLIBNAME),-current_version,\$(SPPVERSION),-compatibility_version,\$(SPPVERSION) -Wl,-read_only_relocs,suppress"




More information about the ffmpeg-cvslog mailing list