[FFmpeg-cvslog] configure: Add missing ftr decoder->adts_header dependency
Andreas Rheinhardt
git at videolan.org
Wed May 8 01:03:45 EEST 2024
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sat May 4 23:53:36 2024 +0200| [b2003d6dccddc36447c03bfaf5ade49a9eebdc0f] | committer: Andreas Rheinhardt
configure: Add missing ftr decoder->adts_header dependency
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b2003d6dccddc36447c03bfaf5ade49a9eebdc0f
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 4c57e0a1d8..73f200cb19 100755
--- a/configure
+++ b/configure
@@ -2948,6 +2948,7 @@ flv_decoder_select="h263_decoder"
flv_encoder_select="h263_encoder"
fourxm_decoder_select="blockdsp bswapdsp"
fraps_decoder_select="bswapdsp huffman"
+ftr_decoder_select="adts_header"
g2m_decoder_deps="zlib"
g2m_decoder_select="blockdsp idctdsp jpegtables"
g729_decoder_select="audiodsp"
More information about the ffmpeg-cvslog
mailing list