[vlc-devel] [PATCH 1/3] tools: cmake 3.4.1 is sufficient and is available in msys
Steve Lhomme
robux4 at videolabs.io
Tue Oct 18 13:03:16 CEST 2016
unlike 3.4.3
---
extras/tools/bootstrap | 2 +-
extras/tools/packages.mak | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index 9004af9..01a15e6 100755
--- a/extras/tools/bootstrap
+++ b/extras/tools/bootstrap
@@ -75,7 +75,7 @@ check automake 1.15
check m4 1.4.16
check libtool 2.4
check pkg-config
-check cmake 3.4.3
+check cmake 3.4.1
check yasm
check_tar
check ragel
diff --git a/extras/tools/packages.mak b/extras/tools/packages.mak
index 239e0ef..af04124 100644
--- a/extras/tools/packages.mak
+++ b/extras/tools/packages.mak
@@ -6,7 +6,7 @@ VIDEOLAN=http://downloads.videolan.org/pub/contrib
YASM_VERSION=1.2.0
YASM_URL=http://www.tortall.net/projects/yasm/releases/yasm-$(YASM_VERSION).tar.gz
-CMAKE_VERSION=3.4.3
+CMAKE_VERSION=3.4.1
CMAKE_URL=http://www.cmake.org/files/v3.4/cmake-$(CMAKE_VERSION).tar.gz
LIBTOOL_VERSION=2.4.2
--
2.8.2
More information about the vlc-devel
mailing list