[vlc-devel] commit: goom: disabled the MMX patch for llvm-gcc, as it breaks the compilation it tries to fix ( Felix Paul Kühne )
git version control
git at videolan.org
Wed Dec 31 21:29:43 CET 2008
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Dec 31 21:29:40 2008 +0100| [a9200b770f973d4652699c01bd68d773e1ded447] | committer: Felix Paul Kühne
goom: disabled the MMX patch for llvm-gcc, as it breaks the compilation it tries to fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a9200b770f973d4652699c01bd68d773e1ded447
---
extras/contrib/src/Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 2d28bab..8c29bf7 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1308,8 +1308,10 @@ ifdef HAVE_WIN32
(cd $@; dos2unix configure.in)
patch -p0 < Patches/goom2k4-0-win32.patch
else
+ifneq ($(DARWIN_COMPILER),LLVMGCC)
patch -p0 < Patches/goom2k4-0-mmx.patch
endif
+endif
.goom2k4: goom
ifdef HAVE_DARWIN_OS
More information about the vlc-devel
mailing list