summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathaniel Chin2023-10-29 20:32:18 +0800
committerNathaniel Chin2023-10-29 20:32:18 +0800
commit98e0c8484301dcd52f7556e8b198de6dca814df3 (patch)
tree01f0c543a77049dee061311ddd548a068d5a4236
parentcd901c8c78e17366f54711409ee7659f8ac13301 (diff)
downloadaur-98e0c8484301dcd52f7556e8b198de6dca814df3.tar.gz
Disable html documentation building
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d843ba5868b..83b6156a1893 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-amd-full
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features for AMD)
pkgver = 6.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.ffmpeg.org/
arch = x86_64
license = custom: nonfree and unredistributable
diff --git a/PKGBUILD b/PKGBUILD
index 462e6dc9e9c4..2a7acdf96c18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=ffmpeg-amd-full
pkgver=6.0
-pkgrel=2
+pkgrel=3
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features for AMD)'
arch=('x86_64')
url='https://www.ffmpeg.org/'
@@ -168,6 +168,7 @@ build() {
--enable-shared \
--disable-static \
--disable-stripping \
+ --disable-htmlpages \
--enable-gray \
\
--enable-alsa \