Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 666a715

Browse filesBrowse files
author
Markus Perl
committed
2 parents 326e6ec + ded9796 commit 666a715
Copy full SHA for 666a715

File tree

Expand file treeCollapse file tree

1 file changed

+10
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-0
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+10Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.