Skip to content
Snippets Groups Projects
Commit ae6fe04b authored by James Almer's avatar James Almer
Browse files

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


Should fix ticket #6738

Signed-off-by: default avatarJames Almer <jamrial@gmail.com>
parent 7480f232
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment