[vlc-devel] commit: contribs: fixed live555 linking when cross-compiling on Darwin ( Felix Paul Kühne )

git version control git at videolan.org
Sun Jan 24 23:40:38 CET 2010


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Jan 24 23:40:27 2010 +0100| [a5052c2a8d25f982a12068cf62a4121b46e8440a] | committer: Felix Paul Kühne 

contribs: fixed live555 linking when cross-compiling on Darwin

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a5052c2a8d25f982a12068cf62a4121b46e8440a
---

 extras/contrib/src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 888a74e..fb10c7d 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1231,7 +1231,7 @@ ifdef HAVE_WINCE
 	(cd $<;./genMakefiles mingw && make $(HOSTCC))
 else
 ifdef HAVE_DARWIN_OS
-	(cd $<; sed -e 's%-DBSD=1%-DBSD=1\ $(EXTRA_CFLAGS)\ $(EXTRA_LDFLAGS)%' -e 's%cc%$(CC)%'  -e 's%c++%$(CXX)%' -i.orig  config.macosx)
+	(cd $<; sed -e 's%-DBSD=1%-DBSD=1\ $(EXTRA_CFLAGS)\ $(EXTRA_LDFLAGS)%' -e 's%cc%$(CC)\ $(EXTRA_LDFLAGS)%'  -e 's%c++%$(CXX)%' -i.orig  config.macosx)
 	(cd $<; ./genMakefiles macosx && make)
 else
 	(cd $<; sed -e 's/=/= EXTRA_CPPFLAGS/' -e 's%EXTRA_CPPFLAGS%-I/include%' -i.orig groupsock/Makefile.head)




More information about the vlc-devel mailing list