Re: [FFmpeg-devel] [PATCH v2] avcodec/Makefile: Only compile nvenc.o if needed

2022-01-05 Thread Timo Rothenpieler
applied, thanks! smime.p7s Description: S/MIME Cryptographic Signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org wi

[FFmpeg-devel] [PATCH v2] avcodec/Makefile: Only compile nvenc.o if needed

2022-01-05 Thread Andreas Rheinhardt
This fixes compilation errors in case nvenc is enabled (e.g. autodected) with both nvenc-based encoders disabled because nvenc uses ff_alloc_a53_sei(), yet only the nvenc-based encoders require atsc_a53. (This error does not manifest itself in case of static linking (nothing pulls in nvenc.o), but