summaryrefslogtreecommitdiffstats
path: root/libavfilter/tests
diff options
context:
space:
mode:
authorAndreas Rheinhardt <[email protected]>2021-06-08 02:36:00 +0200
committerAndreas Rheinhardt <[email protected]>2021-07-22 07:35:31 +0200
commit63f736f47667e5106c38ed4083fc22ebb807225b (patch)
tree9bd3ba908e1f29933ab023a959aaf6bfa6322a81 /libavfilter/tests
parent10f8f06a56ef9ea27595269a8a747026433b0673 (diff)
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 <[email protected]>
Diffstat (limited to 'libavfilter/tests')
0 files changed, 0 insertions, 0 deletions