Skip to content

Commit

Permalink
cmake update to version 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
martinr92 committed Jul 22, 2017
1 parent e03f371 commit f99f044
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ If you not want to compile ffmpeg on yourself, download a successful build from
## FFmpeg build for Mac OS X and Linux
This repository builds ffmpeg, ffprobe and ffserver for Mac OSX and Linux using
- build
- [cmake 3.8.2](https://cmake.org/)
- [cmake 3.9.0](https://cmake.org/)
- [nasm 2.13.01](http://www.nasm.us/)
- [pkg-config 0.29.2](https://www.freedesktop.org/wiki/Software/pkg-config/)
- [YASM 1.3.0](http://yasm.tortall.net/)
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ endBlock nasm

# download cmake
startBlock cmake
export FF_CMAKE_VERSION=3.8.2
export FF_CMAKE_VERSION=3.9.0
export FF_OUT_CMAKE="$FF_ROOT/cmake/cmake-${FF_CMAKE_VERSION}"
if [ ! -f $FF_OUT_CMAKE/bin/cmake ]
then
cd "$FF_SOURCE"
curl -O https://cmake.org/files/v3.8/cmake-${FF_CMAKE_VERSION}.tar.gz
curl -O https://cmake.org/files/v3.9/cmake-${FF_CMAKE_VERSION}.tar.gz
checkExecutionStatus "download of cmake" $?

# build cmake
Expand Down

0 comments on commit f99f044

Please sign in to comment.