diff options
author | Roland Suchan | 2024-06-11 18:01:34 +0000 |
---|---|---|
committer | Roland Suchan | 2024-06-11 18:01:34 +0000 |
commit | c3606446bf8753b071c5964ea046f624691251ca (patch) | |
tree | fb1e79ec31a8ed43c87f8adfe84f6c0d0d9ffe07 | |
parent | 6c1d2ac9b4d2c0a74c813f583ef1c8e63a326ad5 (diff) | |
download | aur-c3606446bf8753b071c5964ea046f624691251ca.tar.gz |
version 2.3.1-13
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ prepare() { build() { cd ffmpeg-0.6.7 - CFLAGS="${CFLAGS} -Wno-implicit-function-declaration" \ + CFLAGS="${CFLAGS} -Wno-incompatible-pointer-types -Wno-implicit-function-declaration" \ ./configure \ --prefix="${srcdir}/fakeroot" \ --disable-ffmpeg \ |