Skip to content

Commit ded9796

Browse files
authored
Merge pull request markus-perl#208 from useafterfree/patch-1
Update build-ffmpeg to include freetype 2.11.1 and fix opencore url
2 parents 9a689c2 + 9dc62ea commit ded9796

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

build-ffmpeg

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,16 @@ if build "libsdl" "2.26.3"; then
855855
build_done "libsdl" "2.26.3"
856856
fi
857857

858+
if build "FreeType2" "2.11.1"; then
859+
download "https://downloads.sourceforge.net/freetype/freetype-2.11.1.tar.xz"
860+
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
861+
execute make -j $MJOBS
862+
execute make install
863+
build_done "FreeType2" "2.11.1"
864+
fi
865+
866+
CONFIGURE_OPTIONS+=("--enable-libfreetype")
867+
858868
if $NONFREE_AND_GPL; then
859869
if build "srt" "1.5.1"; then
860870
download "https://github.com/Haivision/srt/archive/v1.5.1.tar.gz" "srt-1.5.1.tar.gz"

0 commit comments

Comments
 (0)