From dcf81ac9fcdc6cd2ae60543dc10f02844adc3e6c Mon Sep 17 00:00:00 2001 From: madomado Date: Sat, 14 Dec 2024 16:15:48 +0800 Subject: [PATCH] fix: ffmpeg Signed-off-by: madomado --- anda/fusion/ffmpeg/ffmpeg.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/fusion/ffmpeg/ffmpeg.spec b/anda/fusion/ffmpeg/ffmpeg.spec index 41d4c3c4ec..e1fc35da31 100644 --- a/anda/fusion/ffmpeg/ffmpeg.spec +++ b/anda/fusion/ffmpeg/ffmpeg.spec @@ -474,7 +474,7 @@ cp -pr doc/examples/{*.c,Makefile,README} _doc/examples/ %endif || cat ffbuild/config.log -%make_build V=1 +%make_build V=1 CFLAGS="$CFLAGS -Wno-incompatible-pointer-types" make documentation V=1 make alltools V=1