Add new upstream options --enable-libdvdnav and --enable-libdvdread

https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/a1304272c3a0ef7c3d77c702dd466b3f11bf300f
This commit is contained in:
Daniel Bermond
2024-06-26 22:10:14 -03:00
parent c0fcf69972
commit 74443fec13
2 changed files with 8 additions and 4 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-full
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)
pkgver = 7.0.1
pkgrel = 1
pkgrel = 2
url = https://www.ffmpeg.org/
arch = x86_64
license = LicenseRef-nonfree-and-unredistributable
@@ -47,6 +47,8 @@ pkgbase = ffmpeg-full
depends = libcdio-paranoia
depends = libdc1394
depends = libdrm
depends = libdvdnav
depends = libdvdread
depends = libfdk-aac
depends = libgcrypt
depends = libgl
@@ -109,7 +111,6 @@ pkgbase = ffmpeg-full
depends = vapoursynth
depends = vid.stab
depends = vmaf
depends = vpl-runtime
depends = vulkan-icd-loader
depends = x264
depends = x265
+5 -2
View File
@@ -3,7 +3,7 @@
pkgname=ffmpeg-full
pkgver=7.0.1
pkgrel=1
pkgrel=2
_svt_hevc_ver='ed80959ebb5586aa7763c91a397d44be1798587c'
_svt_vp9_ver='3b9a3fa43da4cc5fe60c7d22afe2be15341392ea'
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)'
@@ -46,6 +46,8 @@ depends=(
'libcdio-paranoia'
'libdc1394'
'libdrm'
'libdvdnav'
'libdvdread'
'libfdk-aac'
'libgcrypt'
'libgl'
@@ -108,7 +110,6 @@ depends=(
'vapoursynth'
'vid.stab'
'vmaf'
'vpl-runtime'
'vulkan-icd-loader'
'x264'
'x265'
@@ -226,6 +227,8 @@ build() {
--enable-libdav1d \
--enable-libdavs2 \
--enable-libdc1394 \
--enable-libdvdnav \
--enable-libdvdread \
--enable-libfdk-aac \
--enable-libflite \
--enable-libfontconfig \