[FFmpeg-cvslog] configure: Add missing ftr_parser->adts_header,mpeg4audio dependencies
Andreas Rheinhardt
git at videolan.org
Mon May 13 15:41:17 EEST 2024
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu May 9 14:35:25 2024 +0200| [b7b1a4e6c3ee25ff1748d0b4f9b2b68632a0708b] | committer: Andreas Rheinhardt
configure: Add missing ftr_parser->adts_header,mpeg4audio dependencies
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b7b1a4e6c3ee25ff1748d0b4f9b2b68632a0708b
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index d2c172627e..a909b0689c 100755
--- a/configure
+++ b/configure
@@ -3426,6 +3426,7 @@ av1_vaapi_encoder_select="cbs_av1 vaapi_encode"
aac_parser_select="adts_header mpeg4audio"
av1_parser_select="cbs_av1"
evc_parser_select="evcparse"
+ftr_parser_select="adts_header mpeg4audio"
h264_parser_select="golomb h264dsp h264parse h264_sei"
hevc_parser_select="hevcparse hevc_sei"
mpegaudio_parser_select="mpegaudioheader"
More information about the ffmpeg-cvslog
mailing list