Thanks. Can I instead force an arm64 ffmpeg build?
Here’s what I entered on my Mac M1: git clone --depth=1 https://github.com/FFmpeg/FFmpeg ffmpeg cd ffmpeg export LD_LIBRARY_PATH+=":/usr/local/lib" export PKG_CONFIG_PATH+=":/usr/local/lib/pkgconfig" ./configure --enable-libsvtav1 make -j $(nproc) -Tim > On Apr 26, 2022, at 11:41 AM, Gyan Doshi <[email protected]> wrote: > > > > On 2022-04-26 08:12 pm, Tim Erskine wrote: >> Hello, >> >> Using latest version. Looks like the latest SVT-AV1 version needs to be >> added… > > No. This is the actual error: > > ld: warning: ignoring file /usr/local/lib/libSvtAv1Enc.dylib, building for > macOS-x86_64 but attempting to link with file built for macOS-arm64 > > You'll need the lib built for x86-64. > > Regards, > Gyan > > _______________________________________________ > ffmpeg-user mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
