vlc: rebuild against libplacebo.6

This commit is contained in:
maxice8 2018-12-07 23:19:55 -02:00 committed by maxice8
parent 07fe6e71c5
commit 92eaa2f12a

View file

@ -1,7 +1,7 @@
# Template file for 'vlc'
pkgname=vlc
version=3.0.4
revision=5
revision=6
build_style=gnu-configure
configure_args="--disable-gme --disable-libtar --enable-jack
--disable-live555 --disable-fluidsynth --enable-dvdread
@ -70,6 +70,8 @@ pre_configure() {
# hostname -s is not valid, at least in coreutils!
sed -i "s|hostname -s|hostname|g" configure
sed -i share/Makefile.am -e 's;tar cvvzf;tar cvzf;'
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
}
pre_install() {
if [ "$CROSS_BUILD" ]; then