[vlc-devel] commit: contribs: fix goom compilation ( Felix Paul Kühne )

git version control git at videolan.org
Tue Apr 7 16:20:11 CEST 2009


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Apr  7 16:20:07 2009 +0200| [dfe86c19e0d7687f0a27426b39032c0fa83246c6] | committer: Felix Paul Kühne 

contribs: fix goom compilation

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

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

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 8744d83..5ba1c2d 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1318,7 +1318,7 @@ ifdef HAVE_WIN32
 	(cd $@; dos2unix configure.in)
 	patch -p0 < Patches/goom2k4-0-win32.patch
 else
-ifneq ($(DARWIN_COMPILER),LLVMGCC)
+ifndef HAVE_DARWIN_OS
 	patch -p0 < Patches/goom2k4-0-mmx.patch
 endif
 endif
diff --git a/extras/contrib/src/packages.mak b/extras/contrib/src/packages.mak
index b9a522d..7da4b44 100644
--- a/extras/contrib/src/packages.mak
+++ b/extras/contrib/src/packages.mak
@@ -1,7 +1,7 @@
 # ***************************************************************************
 # src/packages.mak : Archive locations
 # ***************************************************************************
-# Copyright (C) 2003 - 2008 the VideoLAN team
+# Copyright (C) 2003 - 2009 the VideoLAN team
 # $Id$
 #
 # Authors: Christophe Massiot <massiot at via.ecp.fr>




More information about the vlc-devel mailing list