We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 326e6ec + ded9796 commit 666a715Copy full SHA for 666a715
build-ffmpeg
@@ -855,6 +855,16 @@ if build "libsdl" "2.26.3"; then
855
build_done "libsdl" "2.26.3"
856
fi
857
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
868
if $NONFREE_AND_GPL; then
869
if build "srt" "1.5.1"; then
870
download "https://github.com/Haivision/srt/archive/v1.5.1.tar.gz" "srt-1.5.1.tar.gz"
0 commit comments