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:33:14 +0100 |
commit | a2372f904cdd42ea99d9b1d4a394a9561417f83b (patch) | |
tree | c10943516a2c93e23889065ed0e057971e2689ae /libavformat | |
parent | 9a194252c78c74c4455f837fd152b61904f5dc85 (diff) | |
download | ffmpeg-a2372f904cdd42ea99d9b1d4a394a9561417f83b.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 'libavformat')
0 files changed, 0 insertions, 0 deletions