Skip to content

Commit

Permalink
cmake update to 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinr92 committed Sep 8, 2017
1 parent 0fd9865 commit b8e122c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.9.1](https://cmake.org/)
- [cmake 3.9.2](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
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ endBlock nasm

# download cmake
startBlock cmake
export FF_CMAKE_VERSION=3.9.1
export FF_CMAKE_VERSION=3.9.2
export FF_OUT_CMAKE="$FF_ROOT/cmake/cmake-${FF_CMAKE_VERSION}"
if [ ! -f $FF_OUT_CMAKE/bin/cmake ]
then
Expand Down

0 comments on commit b8e122c

Please sign in to comment.