[vlc-devel] commit: Win32 doesn't need the MMX patch... (Jean-Baptiste Kempf )
git version control
git at videolan.org
Mon Mar 3 03:04:22 CET 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Mar 2 18:03:23 2008 -0800| [f83f70459c1394520d41c9011bbe1ab424213c73]
Win32 doesn't need the MMX patch...
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f83f70459c1394520d41c9011bbe1ab424213c73
---
extras/contrib/src/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 9fec748..49d7301 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1244,10 +1244,11 @@ goom: goom$(GOOM2k4_VERSION).tar.gz
ifdef HAVE_DARWIN_OS
patch -p0 < Patches/goom.patch
endif
- patch -p0 < Patches/goom2k4-0-mmx.patch
ifdef HAVE_WIN32
(cd $@; dos2unix configure.in)
patch -p0 < Patches/goom2k4-0-win32.patch
+else
+ patch -p0 < Patches/goom2k4-0-mmx.patch
endif
.goom2k4: goom
More information about the vlc-devel
mailing list