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 7a83051

Browse filesBrowse files
Experimental changes to link against a (non-static, for now) libfontconfig and libfreetype
1 parent 9146a7b commit 7a83051
Copy full SHA for 7a83051

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+4
-0
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ LATEST=false
2020
MANPAGES=1
2121
CURRENT_PACKAGE_VERSION=0
2222

23+
# Try to enable drawtext
24+
CONFIGURE_OPTIONS+=("--enable-libfontconfig")
25+
CONFIGURE_OPTIONS+=("--enable-libfreetype")
26+
2327
# Check for Apple Silicon
2428
if [[ ("$(uname -m)" == "arm64") && ("$OSTYPE" == "darwin"*) ]]; then
2529
# If arm64 AND darwin (macOS)

0 commit comments

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