Commit dfe86c19 authored by Felix Paul Kühne's avatar Felix Paul Kühne

contribs: fix goom compilation

parent 4d08ad82
...@@ -1318,7 +1318,7 @@ ifdef HAVE_WIN32 ...@@ -1318,7 +1318,7 @@ ifdef HAVE_WIN32
(cd $@; dos2unix configure.in) (cd $@; dos2unix configure.in)
patch -p0 < Patches/goom2k4-0-win32.patch patch -p0 < Patches/goom2k4-0-win32.patch
else else
ifneq ($(DARWIN_COMPILER),LLVMGCC) ifndef HAVE_DARWIN_OS
patch -p0 < Patches/goom2k4-0-mmx.patch patch -p0 < Patches/goom2k4-0-mmx.patch
endif endif
endif endif
......
# *************************************************************************** # ***************************************************************************
# src/packages.mak : Archive locations # src/packages.mak : Archive locations
# *************************************************************************** # ***************************************************************************
# Copyright (C) 2003 - 2008 the VideoLAN team # Copyright (C) 2003 - 2009 the VideoLAN team
# $Id$ # $Id$
# #
# Authors: Christophe Massiot <massiot@via.ecp.fr> # Authors: Christophe Massiot <massiot@via.ecp.fr>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment