mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/vlc: fix
This commit is contained in:
parent
21d6e26828
commit
085c836bd9
1 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - enable gles2
|
||||
# - disable taglib on v7
|
||||
|
||||
pkgname=vlc
|
||||
_vlcver=3.0.21
|
||||
|
@ -241,6 +242,7 @@ build() {
|
|||
export LUA_LIBS="$(pkg-config --libs lua)"
|
||||
export RCC=/usr/bin/rcc-qt5
|
||||
export PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig/:$PKG_CONFIG_PATH"
|
||||
[[ $CARCH == "armv7h" ]] && taglib="--disable-taglib" || taglib="--enable-taglib"
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
@ -329,7 +331,7 @@ build() {
|
|||
--enable-libxml2 \
|
||||
--disable-libgcrypt \
|
||||
--enable-gnutls \
|
||||
--enable-taglib \
|
||||
$taglib \
|
||||
--enable-secret \
|
||||
--enable-kwallet \
|
||||
--disable-update-check \
|
||||
|
|
Loading…
Reference in a new issue