]> git.sesse.net Git - ffmpeg/commit
configure: Add a dependency on https for rtmpts
authorMartin Storsjö <martin@martin.st>
Mon, 23 Jul 2012 13:38:45 +0000 (16:38 +0300)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 23 Jul 2012 22:06:07 +0000 (00:06 +0200)
commitc66495c6d7b9159066b102eca56d24fd3cab2f16
tree5752f429dbdd59b83fdd25ebedf384f5405711ec
parent5a9fa84585e93a70bf586cf959065f61fa949949
configure: Add a dependency on https for rtmpts

The rtmpts protocol uses https implicitly, via the ffrtmphttp
protocol, but the ffrtmphttp protocol is also useable for plain
rtmpt without https, so the dependency needs to be added here instead.

Signed-off-by: Martin Storsjö <martin@martin.st>
configure