Added NOSSL flag

This commit is contained in:
Thulinma 2017-01-18 13:41:26 +01:00
parent c58f11fb22
commit 543ae0882b

View file

@ -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 )