projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66a4b2c
)
Do not hardcode cc on Darwin, fixing --cc option in the process.
author
Patrice Bensoussan
<patrice.bensoussan@free.fr>
Sat, 3 Mar 2007 08:25:38 +0000
(08:25 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 3 Mar 2007 08:25:38 +0000
(08:25 +0000)
patch by Patrice Bensoussan, patrice.bensoussan free fr
Originally committed as revision 8198 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index fd565dcc07f1a1af587bc9698d0b4eef7287e0a9..b54487dd2edb3e7b019984c400643e9feca908ba 100755
(executable)
--- 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"