-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily disable libflite due to flite1 build error
flite1 currently [1]fails to build due to an issue with make 4.4. Temporarily disable it until a fix from flite 2.x can be backported to flite1. [1] festvox/flite#86
- Loading branch information
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Maintainer: Daniel Bermond <[email protected]> | ||
|
||
pkgname=ffmpeg-full-git | ||
pkgver=5.2.r109078.g2d25f33a7e | ||
pkgver=5.2.r109655.g20b96494de | ||
pkgrel=1 | ||
_svt_hevc_ver='7771d7c1ec60cf21d84894260a4b14e9034c7156' | ||
_svt_vp9_ver='d9ef3cc13159143b9afc776c04f67cdfa6284046' | ||
|
@@ -108,7 +108,6 @@ depends=( | |
'zvbi' | ||
'chromaprint-fftw' | ||
'davs2' | ||
'flite1' | ||
'libklvanc-git' | ||
'librist' | ||
'pocketsphinx' | ||
|
@@ -202,7 +201,7 @@ build() { | |
--enable-libdavs2 \ | ||
--enable-libdc1394 \ | ||
--enable-libfdk-aac \ | ||
--enable-libflite \ | ||
--disable-libflite \ | ||
--enable-fontconfig \ | ||
--enable-libfreetype \ | ||
--enable-libfribidi \ | ||
|