configure: add rv60 decoder golomb dependency

Fixes standalone compilation of the rv60 decoder.
This commit is contained in:
Peter Ross 2024-11-16 19:08:39 +11:00
parent 7b3bc4a45b
commit 6ccd16dda2

2
configure vendored
View File

@ -3071,7 +3071,7 @@ rv20_decoder_select="h263_decoder"
rv20_encoder_select="h263_encoder"
rv30_decoder_select="golomb h264pred h264qpel mpegvideodec rv34dsp"
rv40_decoder_select="golomb h264pred h264qpel mpegvideodec rv34dsp"
rv60_decoder_select="videodsp"
rv60_decoder_select="videodsp golomb"
screenpresso_decoder_deps="zlib"
shorten_decoder_select="bswapdsp"
sipr_decoder_select="lsp"