alarm/ffmpeg-rpi to 4.4.4-5

disable htmldocs to keep build from failing
This commit is contained in:
graysky 2024-02-29 15:37:36 -05:00
parent d2a2f4d1ed
commit caf9a6ba9d

View file

@ -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() {