projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
7480f23
)
configure: add missing optional deps on gcrypt and openssl to the hls muxer
author
James Almer
<jamrial@gmail.com>
Mon, 16 Oct 2017 20:47:01 +0000
(17:47 -0300)
committer
James Almer
<jamrial@gmail.com>
Mon, 16 Oct 2017 20:47:01 +0000
(17:47 -0300)
Should fix ticket #6738
Signed-off-by: James Almer <jamrial@gmail.com>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
b9a3a9b
..
819fd37
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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"