1
0
Fork 0

Disable build of docs due to texinfo 7.1 breakage.

main
Icedream 2023-11-13 01:12:56 +01:00
parent f2f672a7fb
commit 426012838f
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 8 additions and 0 deletions

View File

@ -130,9 +130,17 @@ prepare() {
build() {
cd ffmpeg
# NOTE - --disable-doc due to breakage with texinfo>=7.1.
#
# If a working patch is needed for this version of ffmpeg, debian provides
# one in their package sources:
#
# https://sources.debian.org/patches/ffmpeg/7:6.0-9/0005-Patch-up-t2h-for-texinfo-7.1.patch/
./configure \
--prefix=/usr \
--disable-debug \
--disable-doc \
--disable-static \
--disable-stripping \
--enable-amf \