vlc: revbump against protobuf, cleanup

This commit is contained in:
Andrew J. Hesford 2020-02-01 09:13:07 -05:00 committed by Michael Aldridge
parent ddaabcf515
commit df63538210

View file

@ -1,7 +1,7 @@
# Template file for 'vlc'
pkgname=vlc
version=3.0.8
revision=8
revision=9
build_style=gnu-configure
configure_args="--disable-gme --disable-libtar --enable-jack
--enable-live555 --disable-fluidsynth --enable-dvdread
@ -76,7 +76,7 @@ fi
pre_configure() {
NOCONFIGURE=1 ./bootstrap
sed -i share/Makefile.am -e 's;tar cvvzf;tar cvzf;'
sed -i -e 's;tar cvvzf;tar cvzf;' share/Makefile.am share/Makefile.in
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
}