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 52c801d

Browse filesBrowse files
authored
Update build-ffmpeg
1 parent 2c3bc4b commit 52c801d
Copy full SHA for 52c801d

File tree

Expand file treeCollapse file tree

1 file changed

+8
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-8
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -892,15 +892,15 @@ if build "libsdl" "2.28.5"; then
892892
build_done "libsdl" $CURRENT_PACKAGE_VERSION
893893
fi
894894

895-
if build "FreeType2" "2.11.1"; then
896-
download "https://downloads.sourceforge.net/freetype/freetype-$CURRENT_PACKAGE_VERSION.tar.xz"
897-
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
898-
execute make -j $MJOBS
899-
execute make install
900-
build_done "FreeType2" $CURRENT_PACKAGE_VERSION
901-
fi
895+
# if build "FreeType2" "2.11.1"; then
896+
# download "https://downloads.sourceforge.net/freetype/freetype-$CURRENT_PACKAGE_VERSION.tar.xz"
897+
# execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
898+
# execute make -j $MJOBS
899+
# execute make install
900+
# build_done "FreeType2" $CURRENT_PACKAGE_VERSION
901+
# fi
902902

903-
CONFIGURE_OPTIONS+=("--enable-libfreetype")
903+
# CONFIGURE_OPTIONS+=("--enable-libfreetype")
904904

905905
if $NONFREE_AND_GPL; then
906906
if build "srt" "1.5.3"; then

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.