File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Original file line number Diff line number Diff line change @@ -305,6 +305,15 @@ if build "fdk_aac"; then
305
305
build_done " fdk_aac"
306
306
fi
307
307
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
+
308
317
309
318
build " ffmpeg"
310
319
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
335
344
--enable-libopencore_amrwb \
336
345
--enable-libopencore_amrnb \
337
346
--enable-filters \
338
- --enable-libvidstab
347
+ --enable-libvidstab \
348
+ --enable-libfreetype
339
349
# enable all filters
340
350
# enable AAC de/encoding via libfdk-aac [no]
341
351
# enable detecting cpu capabilities at runtime (smaller binary)
You can’t perform that action at this time.
0 commit comments