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 31e577d

Browse filesBrowse files
committed
added freetype2 support
1 parent b5e2a07 commit 31e577d
Copy full SHA for 31e577d

File tree

Expand file treeCollapse file tree

1 file changed

+11
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+11
-1
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+11-1Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,15 @@ if build "fdk_aac"; then
305305
build_done "fdk_aac"
306306
fi
307307

308+
if build "freetype2"; then
309+
download "http://download.savannah.gnu.org/releases/freetype/freetype-2.6.3.tar.gz" "freetype-2.6.3.tar.gz"
310+
cd $PACKAGES/freetype* || exit
311+
execute ./configure --prefix=${WORKSPACE} --disable-shared --enable-static
312+
execute make -j $MJOBS
313+
execute make install
314+
build_done "fdk_aac"
315+
fi
316+
308317

309318
build "ffmpeg"
310319
download "http://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 " "ffmpeg-snapshot.tar.bz2 "
@@ -335,7 +344,8 @@ execute ./configure --arch=64 --prefix=${WORKSPACE} --extra-cflags="-I$WORKSPAC
335344
--enable-libopencore_amrwb \
336345
--enable-libopencore_amrnb \
337346
--enable-filters \
338-
--enable-libvidstab
347+
--enable-libvidstab \
348+
--enable-libfreetype
339349
# enable all filters
340350
# enable AAC de/encoding via libfdk-aac [no]
341351
# enable detecting cpu capabilities at runtime (smaller binary)

0 commit comments

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