summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Suchan2024-06-11 18:10:15 +0000
committerRoland Suchan2024-06-11 18:10:15 +0000
commit90a529b895db26452adf2af40ce3d1709696a93a (patch)
treebbeb201c6e621af37b28ccdb6acf8c7051028226
parentf5c87dd4fad5d9b0364ba6b740a18cd1e066055e (diff)
downloadaur-90a529b895db26452adf2af40ce3d1709696a93a.tar.gz
version 2.1-1
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a87fc1bfdc82..3192cf5eccc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,8 +36,9 @@ build() {
sed -i 's@DECLARE_ALIGNED@DECLARE_ASM_CONST@g' resample_mmx.h
cd ../../../ffmpeg-${pkgver}
- sed -i 's@-Werror@@g' configure
+ #sed -i 's@-Werror@@g' configure
+ CFLAGS="${CFLAGS} -Wno-incompatible-pointer-types -Wno-implicit-function-declaration" \
./configure \
--prefix=/opt \
--libdir=/opt/lib/ffmpeg2.1 \