mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-24 15:57:00 +00:00
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
This commit is contained in:
parent
66a4b2c179
commit
0aca87c6fc
1
configure
vendored
1
configure
vendored
@ -1084,7 +1084,6 @@ case `tolower $targetos` in
|
|||||||
strip="strip -d"
|
strip="strip -d"
|
||||||
;;
|
;;
|
||||||
darwin)
|
darwin)
|
||||||
cc="cc"
|
|
||||||
dv1394="no"
|
dv1394="no"
|
||||||
need_memalign="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"
|
SHFLAGS="-dynamiclib -Wl,-single_module -Wl,-install_name,\$(shlibdir)/\$(SLIBNAME),-current_version,\$(SPPVERSION),-compatibility_version,\$(SPPVERSION) -Wl,-read_only_relocs,suppress"
|
||||||
|
Loading…
Reference in New Issue
Block a user