Skip to content

Commit

Permalink
vlc: test build against ffmpeg4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Feb 21, 2023
1 parent 6e1c63f commit ed00264
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mingw-w64-vlc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}-git")
replaces=("${MINGW_PACKAGE_PREFIX}-${_realname}-git")
pkgver=3.0.18
pkgrel=4
pkgrel=5
pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
Expand All @@ -25,7 +25,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-a52dec"
"${MINGW_PACKAGE_PREFIX}-dav1d"
"${MINGW_PACKAGE_PREFIX}-faad2"
"${MINGW_PACKAGE_PREFIX}-freetype"
"${MINGW_PACKAGE_PREFIX}-ffmpeg"
"${MINGW_PACKAGE_PREFIX}-ffmpeg4.4"
"${MINGW_PACKAGE_PREFIX}-flac"
"${MINGW_PACKAGE_PREFIX}-fluidsynth"
"${MINGW_PACKAGE_PREFIX}-fontconfig"
Expand Down Expand Up @@ -200,6 +200,8 @@ build() {
[[ -d ${srcdir}/build-${MSYSTEM} ]] && rm -rf ${srcdir}/build-${MSYSTEM}
mkdir -p ${srcdir}/build-${MSYSTEM} && cd ${srcdir}/build-${MSYSTEM}

export PKG_CONFIG_PATH="${MINGW_PREFIX}/lib/ffmpeg4.4/pkgconfig:$PKG_CONFIG_PATH"

# Hack getting private QtGui directory
local _qtver=$(qmake -query QT_VERSION)
local _qtguiinc=$(pkg-config Qt5Gui --variable=includedir)
Expand Down

0 comments on commit ed00264

Please sign in to comment.