vlc: revbump against protobuf, cleanup
This commit is contained in:
parent
ddaabcf515
commit
df63538210
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue