Re: [FFmpeg-devel] Build break: VideoToolbox VP9 support breaks H.264-only build

2022-01-04 Thread lance . lmwang
On Mon, Jan 03, 2022 at 01:18:34PM -0600, Cameron Gutman wrote: > I am building minimal ffmpeg libraries for my application using the following > configure command: > > ./configure --enable-shared --disable-all --enable-avcodec > --enable-decoder=h264 --enable-hwaccel=h264_videotoolbox > > libav

[FFmpeg-devel] Build break: VideoToolbox VP9 support breaks H.264-only build

2022-01-03 Thread Cameron Gutman
I am building minimal ffmpeg libraries for my application using the following configure command: ./configure --enable-shared --disable-all --enable-avcodec --enable-decoder=h264 --enable-hwaccel=h264_videotoolbox libavcodec.dylib now fails to link after the following commit: commit a41a2efc85f8