[FFmpeg-cvslog] configure: add hls demuxer link dependencies

Limin Wang git at videolan.org
Thu Oct 28 04:29:42 EEST 2021


ffmpeg | branch: master | Limin Wang <lance.lmwang at gmail.com> | Tue Oct 19 22:46:05 2021 +0800| [4e3ffc9c54c26e49076ad4fced7b72ecc5a03945] | committer: Limin Wang

configure: add hls demuxer link dependencies

Fixes building with --disable-everything --enable-demuxer=hls

Signed-off-by: Limin Wang <lance.lmwang at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4e3ffc9c54c26e49076ad4fced7b72ecc5a03945
---

 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 92610c7edc..0fe39375ad 100755
--- a/configure
+++ b/configure
@@ -3363,6 +3363,7 @@ flac_demuxer_select="flac_parser"
 flv_muxer_select="aac_adtstoasc_bsf"
 gxf_muxer_select="pcm_rechunk_bsf"
 hds_muxer_select="flv_muxer"
+hls_demuxer_select="adts_header ac3_parser"
 hls_muxer_select="mpegts_muxer"
 hls_muxer_suggest="gcrypt openssl"
 image2_alias_pix_demuxer_select="image2_demuxer"



More information about the ffmpeg-cvslog mailing list