vlc | branch: master | Steve Lhomme <[email protected]> | Wed Feb 10 08:57:06 2016 +0100| [471700096f8efa6b4c1d55331c47c001a09ba244] | committer: Jean-Baptiste Kempf
tools: update cmake to 3.4.3 -- has the advantage of building on mingw without a patch deprecates https://patches.videolan.org/patch/12210/ Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=471700096f8efa6b4c1d55331c47c001a09ba244 --- extras/tools/bootstrap | 2 +- extras/tools/packages.mak | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap index 47c2f3d..62aed56 100755 --- a/extras/tools/bootstrap +++ b/extras/tools/bootstrap @@ -75,7 +75,7 @@ check automake 1.14 check m4 1.4.16 check libtool 2.4 check pkg-config -check cmake 3.2.3 +check cmake 3.4.3 check yasm check_tar check ragel diff --git a/extras/tools/packages.mak b/extras/tools/packages.mak index 4093a1b..97bb2ec 100644 --- a/extras/tools/packages.mak +++ b/extras/tools/packages.mak @@ -7,8 +7,8 @@ YASM_VERSION=1.2.0 #YASM_URL=$(VIDEOLAN)/yasm-$(YASM_VERSION).tar.gz YASM_URL=http://www.tortall.net/projects/yasm/releases/yasm-$(YASM_VERSION).tar.gz -CMAKE_VERSION=3.2.3 -CMAKE_URL=http://www.cmake.org/files/v3.2/cmake-$(CMAKE_VERSION).tar.gz +CMAKE_VERSION=3.4.3 +CMAKE_URL=http://www.cmake.org/files/v3.4/cmake-$(CMAKE_VERSION).tar.gz LIBTOOL_VERSION=2.4.2 LIBTOOL_URL=$(GNU)/libtool/libtool-$(LIBTOOL_VERSION).tar.gz _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
