[SCM] libav/experimental: Do not hardcode cc on Darwin, fixing --cc option in the process. patch by Patrice Bensoussan, patrice.bensoussan free fr

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:57:10 UTC 2013


The following commit has been merged in the experimental branch:
commit 0aca87c6fc8598944595e69b415ed030a603f9f1
Author: Patrice Bensoussan <patrice.bensoussan at free.fr>
Date:   Sat Mar 3 08:25:38 2007 +0000

    Do not hardcode cc on Darwin, fixing --cc option in the process.
    patch by Patrice Bensoussan, patrice.bensoussan free fr
    
    Originally committed as revision 8198 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index fd565dc..b54487d 100755
--- a/configure
+++ b/configure
@@ -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"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list