summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOliver Anhuth2020-06-30 16:10:28 +0200
committerOliver Anhuth2020-06-30 16:10:28 +0200
commitd9ae5d84e6aceb3458cac0fed24d31b791a8d1a7 (patch)
tree32497839016c7e010df625beb4d0bd2cdc7ee436 /PKGBUILD
parent128876cad1758710b0bdc2325846ceff579b4d5c (diff)
downloadaur-d9ae5d84e6aceb3458cac0fed24d31b791a8d1a7.tar.gz
Avoid compile error due to new warning for mp4v2.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d652d1b6738a..083bd854ab79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'armv8h' 'armv6l' 'armv7l' 'armv8l')
pkgname=aacgain-cvs
pkgver=20130814
-pkgrel=4
+pkgrel=5
conflicts=('aacgain')
provides=('aacgain')
makedepends=('git')
@@ -38,7 +38,7 @@ build() {
cd ../mp4v2
patch -p0 <$srcdir/aacgain-cvs/fix_missing_ptr_deref.patch
./configure
- make libmp4v2.la
+ make libmp4v2.la CXXFLAGS=-Wno-narrowing
msg "Building faad2..."
cd ../faad2