Jianhua wrote: > From: Wu, Jianhua <jianhua...@intel.com> > Sent: Thursday, September 16, 2021 3:34 PM > To: ffmpeg-devel@ffmpeg.org > Cc: Wu, Jianhua <jianhua...@intel.com> > Subject: [PATCH 1/2] libavfilter/x86/vf_gblur: fixed the fate-test failed on > MacOS > > Signed-off-by: Wu Jianhua <jianhua...@intel.com> > ---
Hi Zhili, I have submitted the patches fixing the fate-test that failed on macOS. Could you help try to apply the patches to check if they work? Here is the link: http://ffmpeg.org/pipermail/ffmpeg-devel/2021-September/285376.html And the illegal instructions:4 occurred might be the version of your GCC installed less than 4.7, which could be fixed by specific a compiler option, -mmacosx-version-min=10.x, by the way, the exact I used is 10.10. To enable it on FFmpeg, you might have to specify in the --extra-cflags option when configuring. But I recommend updating the GCC to the newest version, which can fix this as well. If there is another problem, feel free to let me know. Best regards, Jianhua _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".