[FFmpeg-user] compile failure during make

Jim Worrall coniophora at gmail.com
Fri Mar 8 16:34:41 EET 2024



> On Mar 8, 2024, at 03:20, Gyan Doshi <ffmpeg at gyani.pro> wrote:
> 
> 
> 
> 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

Thank you Gyan.  I just pulled again and everything went smoothly.
Jim


More information about the ffmpeg-user mailing list