summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7cf054f6d15..31329335958f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffmpeg-git
pkgdesc = Complete solution to record, convert and stream audio and video (git version)
- pkgver = 6.1.r112250.g6f7bf64dbc
+ pkgver = 6.1.r112534.ge5f774268a
pkgrel = 1
url = https://www.ffmpeg.org/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = ffmpeg-git
makedepends = amf-headers
makedepends = avisynthplus
makedepends = clang
- makedepends = ffnvcodec-headers-git
+ makedepends = ffnvcodec-headers
makedepends = git
makedepends = ladspa
makedepends = mesa
diff --git a/PKGBUILD b/PKGBUILD
index 5012097fb579..e17ed123ceab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: DrZaius <lou at fakeoutdoorsman.com>
pkgname=ffmpeg-git
-pkgver=6.1.r112250.g6f7bf64dbc
+pkgver=6.1.r112534.ge5f774268a
pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (git version)'
arch=('x86_64')
@@ -77,7 +77,7 @@ makedepends=(
amf-headers
avisynthplus
clang
- ffnvcodec-headers-git
+ ffnvcodec-headers
git
ladspa
mesa
@@ -120,6 +120,7 @@ build() {
--disable-debug \
--disable-static \
--disable-stripping \
+ --disable-htmlpages \
--enable-amf \
--enable-avisynth \
--enable-cuda-llvm \