]> git.sesse.net Git - vlc/commitdiff
- contribs: Makefile, don't confuse mingw with cygwin
authorDamien Fouilleul <damienf@videolan.org>
Sat, 6 Oct 2007 16:50:35 +0000 (16:50 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Sat, 6 Oct 2007 16:50:35 +0000 (16:50 +0000)
extras/contrib/src/Makefile

index a16d89a7a26f92a12238ac01f12abf216ec55cdc..e18c216daee95d30e7535c3a31399c9e701e9c80 100644 (file)
@@ -809,7 +809,7 @@ flac-$(FLAC_VERSION).tar.gz:
 
 flac: flac-$(FLAC_VERSION).tar.gz
        $(EXTRACT_GZ)
-ifdef HAVE_CYGWIN
+ifdef HAVE_WIN32
        patch -p0 < Patches/flac-win32.patch
 endif
 
@@ -2007,6 +2007,7 @@ dirac: dirac-$(DIRAC_VERSION).tar.gz
        $(EXTRACT_GZ)
        patch -p0 <Patches/dirac-cross.patch
 ifdef HAVE_CYGWIN
+       # incorrect compile warning with cygwin compiler 3.4.4
        patch -p0 <Patches/dirac-cygwin.patch
 endif
        (cd $@; aclocal && autoconf && automake)