[FFmpeg-user] SVT-AV1 configure error

Tim Erskine tim at maffle.com
Tue Apr 26 20:02:08 EEST 2022


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 <ffmpeg at gyani.pro> 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
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> 
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".



More information about the ffmpeg-user mailing list