Skip to content

Commit

Permalink
Build gettext ourselves
Browse files Browse the repository at this point in the history
This avoids picking up homebrew's libintl on OS X which may not be built
for the target OS X version.
  • Loading branch information
jlaine committed May 21, 2020
1 parent a7c85f3 commit 3a7d5e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/build-ffmpeg
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ if [ ! -e $outputfile ]; then
extract xml2 ftp://xmlsoft.org/libxml2/libxml2-sources-2.9.10.tar.gz
build xml2 --without-python

# build gettext (requires xml2)
extract gettext https://ftp.gnu.org/pub/gnu/gettext/gettext-0.20.2.tar.gz
build gettext --disable-java --with-included-libunistring

# build freetype (requires png)
extract freetype https://download.savannah.gnu.org/releases/freetype/freetype-2.10.1.tar.gz
build freetype
Expand Down

0 comments on commit 3a7d5e6

Please sign in to comment.