[vlc-commits] Win32: remove dead cygwin options

Jean-Baptiste Kempf git at videolan.org
Sun Oct 12 18:54:52 CEST 2014


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Oct 11 17:37:45 2014 +0200| [8393fa5bdc1232d18604cc39c4a9792570b2ba47] | committer: Jean-Baptiste Kempf

Win32: remove dead cygwin options

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

 extras/package/win32/configure.sh |    8 --------
 1 file changed, 8 deletions(-)

diff --git a/extras/package/win32/configure.sh b/extras/package/win32/configure.sh
index 0016ed1..b48fffe 100755
--- a/extras/package/win32/configure.sh
+++ b/extras/package/win32/configure.sh
@@ -28,12 +28,4 @@ OPTIONS="
       --enable-zvbi --disable-telx
       --enable-nls"
 
-if gcc -v 2>/dev/null -a echo | gcc -mno-cygwin -E -2>/dev/null 2>&1
-then
-    echo Cygwin detected, adjusting options
-    export CC="gcc -mno-cygwin"
-    export CXX="g++ -mno-cygwin"
-    OPTIONS="${OPTIONS} --disable-taglib --disable-mkv"
-fi
-
 sh "$(dirname $0)"/../../../configure ${OPTIONS} $*



More information about the vlc-commits mailing list