summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntoine Viallon2021-01-11 16:00:19 +0100
committerAntoine Viallon2021-01-11 16:00:19 +0100
commitdeed923316c29703b863c79f9b87f54db821d74e (patch)
tree76f6343a11fd7c56e86c1e9fdc4a055da3bf4700 /PKGBUILD
parent8c1a4df4bf8203db3470935618f0aee7ca418be8 (diff)
downloadaur-deed923316c29703b863c79f9b87f54db821d74e.tar.gz
Use sdl2-nox and libva-headless
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1573b40ab7ab..7fe64abf1578 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: DrZaius <lou at fakeoutdoorsman.com>
pkgname=ffmpeg-nox-git
-pkgver=4.4.r99691.g1bf86ee907
+pkgver=4.4.r100607.g9219ed213d
pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (git version, without X dependencies, for headless systems)'
arch=('x86_64')
@@ -38,7 +38,7 @@ depends=(
'libsoxr'
'libssh'
'libtheora'
- 'libva'
+ 'libva-headless'
'libvdpau'
'libvidstab.so'
'libvorbisenc.so'
@@ -55,7 +55,7 @@ depends=(
'opencore-amr'
'openjpeg2'
'opus'
- 'sdl2'
+ 'sdl2-nox'
'speex'
'srt'
'v4l-utils'