Commit ae6fe04b authored by James Almer's avatar James Almer

configure: add missing optional deps on gcrypt and openssl to the hls muxer

Should fix ticket #6738
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 7480f232
......@@ -3031,6 +3031,7 @@ fifo_muxer_deps="threads"
flac_demuxer_select="flac_parser"
hds_muxer_select="flv_muxer"
hls_muxer_select="mpegts_muxer"
hls_muxer_suggest="gcrypt openssl"
image2_alias_pix_demuxer_select="image2_demuxer"
image2_brender_pix_demuxer_select="image2_demuxer"
ipod_muxer_select="mov_muxer"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment