mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/ffmpeg-rpi to 4.4.4-5
disable htmldocs to keep build from failing
This commit is contained in:
parent
d2a2f4d1ed
commit
caf9a6ba9d
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
pkgbase=ffmpeg-rpi
|
||||
pkgname=($pkgbase $pkgbase-bin)
|
||||
pkgver=4.4.4
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
arch=(aarch64)
|
||||
url=https://ffmpeg.org/
|
||||
license=(GPL3)
|
||||
|
@ -126,6 +126,7 @@ build() {
|
|||
--disable-debug
|
||||
--disable-static
|
||||
--disable-stripping
|
||||
--disable-htmlpages
|
||||
--enable-amf
|
||||
--enable-avisynth
|
||||
--enable-cuda-llvm
|
||||
|
@ -187,7 +188,7 @@ build() {
|
|||
./configure "${_args[@]}"
|
||||
make
|
||||
make tools/qt-faststart
|
||||
make doc/ffmpeg.1
|
||||
#make doc/ffmpeg.1
|
||||
}
|
||||
|
||||
package_ffmpeg-rpi() {
|
||||
|
|
Loading…
Reference in a new issue