1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

build: Add missing idctdsp dependency for clearvideo

(cherry picked from commit 2f792cb670)
This commit is contained in:
Diego Biurrun
2017-06-07 12:48:00 +02:00
committed by Paul B Mahol
parent f1df7cc10c
commit 155f071bad

1
configure vendored
View File

@@ -2389,6 +2389,7 @@ bink_decoder_select="blockdsp hpeldsp"
binkaudio_dct_decoder_select="mdct rdft dct sinewin wma_freqs"
binkaudio_rdft_decoder_select="mdct rdft sinewin wma_freqs"
cavs_decoder_select="blockdsp golomb h264chroma idctdsp qpeldsp videodsp"
clearvideo_decoder_select="idctdsp"
cllc_decoder_select="bswapdsp"
comfortnoise_encoder_select="lpc"
cook_decoder_select="audiodsp mdct sinewin"