[vlc-devel] commit: Fix goom building for win32 with gcc4 ( Rafaël Carré )

git version control git at videolan.org
Tue May 27 02:17:36 CEST 2008


vlc | branch: 0.8.6-bugfix | Rafaël Carré <funman at videolan.org> | Tue May 27 02:19:07 2008 +0200| [6a79773842ce050f64dc50150123712079fc7e16]

Fix goom building for win32 with gcc4

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

 extras/contrib/src/Makefile |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 55ac975..9092575 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1168,9 +1168,8 @@ endif
 ifdef HAVE_WIN32
 	(cd $@; dos2unix configure.in)
 	patch -p 0 < Patches/goom2k4-0-win32.patch
-else
-	patch -p 0 < Patches/goom2k4-0-mmx.patch
 endif
+	patch -p 0 < Patches/goom2k4-0-mmx.patch
 
 .goom2k4: goom
 ifdef HAVE_DARWIN_OS




More information about the vlc-devel mailing list