Commit 0a0d5de0 authored by diego's avatar diego

Do not hardcode cc on Darwin, fixing --cc option in the process.

patch by Patrice Bensoussan, patrice.bensoussan free fr


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8198 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8fe2110a
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment