Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Perl committed Nov 5, 2023
2 parents 326e6ec + ded9796 commit 666a715
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build-ffmpeg
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,16 @@ if build "libsdl" "2.26.3"; then
build_done "libsdl" "2.26.3"
fi

if build "FreeType2" "2.11.1"; then
download "https://downloads.sourceforge.net/freetype/freetype-2.11.1.tar.xz"
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
execute make -j $MJOBS
execute make install
build_done "FreeType2" "2.11.1"
fi

CONFIGURE_OPTIONS+=("--enable-libfreetype")

if $NONFREE_AND_GPL; then
if build "srt" "1.5.1"; then
download "https://github.com/Haivision/srt/archive/v1.5.1.tar.gz" "srt-1.5.1.tar.gz"
Expand Down

0 comments on commit 666a715

Please sign in to comment.