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