[vlc-devel] commit: fixed copy&paste mistake ( Felix Paul Kühne )

git version control git at videolan.org
Sun Aug 30 20:57:29 CEST 2009


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Aug 30 20:57:20 2009 +0200| [d37d5acda106cf5a3566e78c44adbf8a547613e5] | committer: Felix Paul Kühne 

fixed copy&paste mistake

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

 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 6c5f5ac..6198aaa 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -812,7 +812,7 @@ ifdef HAVE_WIN32
 	patch -p0 < Patches/flac-win32.patch
 endif
 ifdef HAVE_DARWIN_OS
-	( cd $@; sed -e 's%-march=i486%$(EXTRA_CFLAGS) $(EXTRA_LDFLAGS)%' -e 's%-dynamiclib%-dynamiclib -arch $(ARCH)%' -i.orig  configure )
+	( cd $@; sed -e 's%-dynamiclib%-dynamiclib -arch $(ARCH)%' -i.orig  configure )
 endif
 
 FLAC_DISABLE_FLAGS = --disable-oggtest --disable-xmms-plugin --disable-cpplibs




More information about the vlc-devel mailing list