vlc: rebuild against libx265.so.165

[ci skip]
This commit is contained in:
maxice8 2018-10-05 20:26:11 -03:00 committed by maxice8
parent a649c1840a
commit b95741595a
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'vlc'
pkgname=vlc
version=3.0.4
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-gme --disable-libtar --enable-jack
--disable-live555 --disable-fluidsynth --enable-dvdread
@ -71,7 +71,7 @@ pre_configure() {
sed -i share/Makefile.am -e 's;tar cvvzf;tar cvzf;'
}
pre_install() {
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
# install .lua files instead of precompiled .luac ones
# scripts precompiled with 64 bit host compiler wont run on 32 bit target
# same with respect to endianess