mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/vlc to 3.0.18-12
This commit is contained in:
parent
62dc966a0b
commit
4ddfce4beb
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ _vlcver=3.0.18
|
|||
# optional fixup version including hyphen
|
||||
_vlcfixupver=
|
||||
pkgver=${_vlcver}${_vlcfixupver//-/.r}
|
||||
pkgrel=11
|
||||
pkgrel=12
|
||||
pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
|
||||
url='https://www.videolan.org/vlc/'
|
||||
arch=('x86_64')
|
||||
|
@ -136,7 +136,7 @@ build() {
|
|||
|
||||
export CFLAGS+=" -I/usr/include/samba-4.0 -ffat-lto-objects"
|
||||
export CPPFLAGS+=" -I/usr/include/samba-4.0"
|
||||
export CXXFLAGS+=" -std=c++11"
|
||||
export CXXFLAGS+=" -std=c++17"
|
||||
export PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig"
|
||||
# upstream doesn't support lua 5.4 yet: https://trac.videolan.org/vlc/ticket/25036
|
||||
export LUAC=/usr/bin/luac5.2
|
||||
|
|
Loading…
Reference in a new issue