Added NOSSL flag
This commit is contained in:
parent
c58f11fb22
commit
543ae0882b
1 changed files with 4 additions and 2 deletions
|
@ -379,8 +379,10 @@ makeOutput(HTTPTS httpts http ts)
|
||||||
makeOutput(HLS hls http ts)
|
makeOutput(HLS hls http ts)
|
||||||
makeOutput(Push push)#LTS
|
makeOutput(Push push)#LTS
|
||||||
makeOutput(RTSP rtsp)#LTS
|
makeOutput(RTSP rtsp)#LTS
|
||||||
makeOutput(HTTPS https)#LTS
|
if (NOT DEFINED NOSSL )
|
||||||
target_link_libraries(MistOutHTTPS mbedtls mbedcrypto mbedx509)
|
makeOutput(HTTPS https)#LTS
|
||||||
|
target_link_libraries(MistOutHTTPS mbedtls mbedcrypto mbedx509)
|
||||||
|
endif()
|
||||||
makeOutput(DASH dash_mp4 http)#LTS
|
makeOutput(DASH dash_mp4 http)#LTS
|
||||||
|
|
||||||
if (DEFINED WITH_SANITY )
|
if (DEFINED WITH_SANITY )
|
||||||
|
|
Loading…
Add table
Reference in a new issue