diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-05 14:59:21 +0100 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2022-01-05 19:39:31 +0100 |
commit | 717c7f4ae9eb8e80042404a222d63dc941d13216 (patch) | |
tree | 7c81394ffb6ef4874056997f989d506d1c719d06 /doc | |
parent | 2c887141b8318b7d4b198461bbb8d94ac662a96c (diff) | |
download | ffmpeg-717c7f4ae9eb8e80042404a222d63dc941d13216.tar.gz |
avcodec/Makefile: Only compile nvenc.o if needed
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 it exists with shared builds.)
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions