[FFmpeg-devel] [PATCH] configure: add rv60 decoder golomb dependency
Peter Ross
pross at xvid.org
Thu Nov 14 03:51:13 EET 2024
Fixes standalone compilation of the rv60 decoder.
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 0e9ed6dc3c..3a614c76c1 100755
--- a/configure
+++ b/configure
@@ -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"
--
2.45.2
-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20241114/8eda65d5/attachment.sig>
More information about the ffmpeg-devel
mailing list