Add missing option libaribcaption
References ---------- [1] https://git.videolan.org/?p=ffmpeg.git;a=commit;h=b6138633cdf2ecae22c4c02029e91245c430c4fe
This commit is contained in:
@@ -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 = 6.1
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://www.ffmpeg.org/
|
||||
arch = x86_64
|
||||
license = custom: nonfree and unredistributable
|
||||
@@ -15,6 +15,7 @@ pkgbase = ffmpeg-full
|
||||
depends = alsa-lib
|
||||
depends = aom
|
||||
depends = aribb24
|
||||
depends = libaribcaption
|
||||
depends = avisynthplus
|
||||
depends = bzip2
|
||||
depends = cairo
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
pkgname=ffmpeg-full
|
||||
pkgver=6.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
_svt_hevc_ver='6cca5b932623d3a1953b165ae6b093ca1325ac44'
|
||||
_svt_vp9_ver='43ef8e5e96932421858762392adbbab57c84aebf'
|
||||
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)'
|
||||
@@ -14,6 +14,7 @@ depends=(
|
||||
'alsa-lib'
|
||||
'aom'
|
||||
'aribb24'
|
||||
'libaribcaption'
|
||||
'avisynthplus'
|
||||
'bzip2'
|
||||
'cairo'
|
||||
@@ -192,6 +193,7 @@ build() {
|
||||
--enable-lcms2 \
|
||||
--enable-libaom \
|
||||
--enable-libaribb24 \
|
||||
--enable-libaribcaption \
|
||||
--enable-libass \
|
||||
--enable-libbluray \
|
||||
--enable-libbs2b \
|
||||
|
||||
Reference in New Issue
Block a user