[FFmpeg-user] compile failure during make

Gyan Doshi ffmpeg at gyani.pro
Fri Mar 8 12:20:46 EET 2024



On 2024-03-08 11:58 am, Gyan Doshi wrote:
>
>
> On 2024-03-08 06:06 am, Jim Worrall wrote:
>> I’ve been building ffmpeg on a Mac since 2017, and this is the first 
>> time I’ve run into this kind of problem.  I pulled the latest git 
>> head today.  After getting all the dependencies set up, I configure 
>> ffmpeg successfully like this:
>>
>> ./configure \
>> --prefix=${TARGET} \
>> --extra-cflags="-fno-stack-check" \
>> --pkg-config-flags="--static" \
>> --enable-nonfree --enable-gpl --enable-version3 \
>> --enable-libx264 --enable-libx265 --enable-neon \
>> --enable-libfdk-aac --disable-lzma \
>> --enable-libfreetype \
>> --enable-libfontconfig \
>> --enable-libfribidi \
>> --enable-libass \
>> --enable-libzimg
>>
>> Then the 'make' command fails pretty quickly.  Starting with the 
>> first error:
>
> The library major versions have been bumped so there's a change in ABI 
> / API.
>
> Do a make distclean and rerun configure.

I now see that this is an oversight in one of the recent commits. Should 
be corrected soon.

Regards,
Gyan


More information about the ffmpeg-user mailing list