diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-06-08 02:36:00 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-22 07:35:31 +0200 |
commit | 63f736f47667e5106c38ed4083fc22ebb807225b (patch) | |
tree | 9bd3ba908e1f29933ab023a959aaf6bfa6322a81 /libavfilter/vf_deshake.c | |
parent | 10f8f06a56ef9ea27595269a8a747026433b0673 (diff) | |
download | ffmpeg-63f736f47667e5106c38ed4083fc22ebb807225b.tar.gz |
avcodec/adpcmenc: #if disabled code away, fix build without ADPCM_ARGO
The adpcm_argo encoder does not use the data from adpcm_data.c directly;
instead it shares a function with the adpcm_argo decoder that is in
adpcm.c. When all the ADPCM decoders and the adpcm_argo encoder are
disabled, adpcm.c is not compiled; yet the code in adpcmenc.c calling
said function from adpcm.c is still present, leading to link errors.
Fix this by disabling the code belonging to disabled codecs in
adpcmenc.c.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter/vf_deshake.c')
0 files changed, 0 insertions, 0 deletions