extra/vlc to 3.0.4-7

This commit is contained in:
Kevin Mihelich 2018-11-15 01:18:08 +00:00
parent 97baffc1f6
commit efcf9f6e95

View file

@ -11,7 +11,7 @@ _vlcver=3.0.4
# optional fixup version including hyphen
_vlcfixupver=
pkgver=${_vlcver}${_vlcfixupver//-/.r}
pkgrel=6
pkgrel=7
pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
url='https://www.videolan.org/vlc/'
arch=('x86_64')
@ -120,6 +120,8 @@ prepare() {
msg2 "Applying patch $src..."
patch -Np1 < "../$src"
done
# libplacebo 0.6 API
sed 's|pl_shader_alloc(tc->pl_ctx, NULL, 0, 0);|pl_shader_alloc(tc->pl_ctx, NULL, 0);|' -i modules/video_output/opengl/vout_helper.c
}
build() {