Re: [FFmpeg-devel] [PATCH v3 0/2] libx264 configure check clean-up

2021-07-12 Thread Jan Ekström
On Sat, Jul 10, 2021 at 8:55 PM James Almer wrote: > > On 7/10/2021 1:26 PM, Jan Ekström wrote: > > On Wed, Jul 7, 2021, 22:01 Jan Ekström wrote: > > > >> Changes compared to v2: > >> - Kept the CONFIG_LIBX264RGB_ENCODER define check for ff_libx264rgb_encoder > >>and the AVClass for libx264rg

Re: [FFmpeg-devel] [PATCH v3 0/2] libx264 configure check clean-up

2021-07-10 Thread James Almer
On 7/10/2021 1:26 PM, Jan Ekström wrote: On Wed, Jul 7, 2021, 22:01 Jan Ekström wrote: Changes compared to v2: - Kept the CONFIG_LIBX264RGB_ENCODER define check for ff_libx264rgb_encoder and the AVClass for libx264rgb. - Removed the libx264rgb removal from this patch set since while I hoped

Re: [FFmpeg-devel] [PATCH v3 0/2] libx264 configure check clean-up

2021-07-10 Thread Jan Ekström
On Wed, Jul 7, 2021, 22:01 Jan Ekström wrote: > Changes compared to v2: > - Kept the CONFIG_LIBX264RGB_ENCODER define check for ff_libx264rgb_encoder > and the AVClass for libx264rgb. > - Removed the libx264rgb removal from this patch set since while I hoped I > would be getting the initial t