Skip to content

Commit

Permalink
Merge branch 'feature/freetype-2.9.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
martinr92 committed May 3, 2018
2 parents ec82ec5 + 76350d9 commit 92ba23c
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 @@ -24,7 +24,7 @@ This repository builds ffmpeg, ffprobe and ffserver for Mac OSX and Linux using
- [LAME 3.100](http://lame.sourceforge.net/) for MP3 encoding
- others
- [fontconfig 2.12.1](https://www.freedesktop.org/wiki/Software/fontconfig/)
- [FreeType 2.9](https://www.freetype.org/)
- [FreeType 2.9.1](https://www.freetype.org/)
- [frei0r 1.6.1](https://frei0r.dyne.org/)
- [zlib 1.2.11](https://zlib.net/)

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ endBlock frei0r
# download freetype
startBlock freetype
cd "$FF_SOURCE"
curl -O -L https://netcologne.dl.sourceforge.net/project/freetype/freetype2/2.9/freetype-2.9.tar.gz
curl -O -L https://netcologne.dl.sourceforge.net/project/freetype/freetype2/2.9.1/freetype-2.9.1.tar.gz
checkExecutionStatus "download of freetype" $?

# build freetype
Expand Down

0 comments on commit 92ba23c

Please sign in to comment.