diff options
author | Patrice Bensoussan <patrice.bensoussan@free.fr> | 2007-03-03 08:25:38 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-03-03 08:25:38 +0000 |
commit | 0aca87c6fc8598944595e69b415ed030a603f9f1 (patch) | |
tree | 3978cb4028c851ccd6742991ed6d244b6b9ecc64 | |
parent | 66a4b2c1798d75582c6ef5c96e92ed925b386511 (diff) | |
download | ffmpeg-0aca87c6fc8598944595e69b415ed030a603f9f1.tar.gz |
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
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |