vlc: rebuild against libplacebo.6
This commit is contained in:
parent
07fe6e71c5
commit
92eaa2f12a
1 changed files with 3 additions and 1 deletions
|
@ -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=5
|
revision=6
|
||||||
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
|
||||||
|
@ -70,6 +70,8 @@ pre_configure() {
|
||||||
# hostname -s is not valid, at least in coreutils!
|
# hostname -s is not valid, at least in coreutils!
|
||||||
sed -i "s|hostname -s|hostname|g" configure
|
sed -i "s|hostname -s|hostname|g" configure
|
||||||
sed -i share/Makefile.am -e 's;tar cvvzf;tar cvzf;'
|
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() {
|
pre_install() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue