0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/cmake
Michael Goulet e67e2e12e6 obs-outputs: Add support for and use mbedTLS for SSL
This diff adds mbedTLS support to the obs-outputs plugin.  PolarSSL and
mbedTLS have grown so different between 2015-or-so when libRTMP was
written, and now it's no longer feasible to just use the USE_POLARSSL
flag.

This commit adds a WITH_RTMPS tri-state CMake variable (auto/on/off),
set to "Auto" by default.  "Auto" will use RTMPS if mbedTLS is found,
otherwise will disable RTMPS.  "On" will make it require mbedTLS,
otherwise fails configuration, and "Off" disables RTMPS support
altogether.

Closes obsproject/obs-studio#1360
2018-08-05 18:40:49 -07:00
..
external cmake/external: Add function to install specific arch data file 2016-06-23 20:05:57 -07:00
helper_subdir Improve bundle fixup 2014-04-13 11:05:46 -07:00
Modules obs-outputs: Add support for and use mbedTLS for SSL 2018-08-05 18:40:49 -07:00
osxbundle OSX: Add NSCamera and NSMicrophone UsageDescription for 10.14 2018-07-27 14:11:55 -05:00
winrc Add 256x256 icon to windows ico for HiDPI displays 2016-10-08 19:41:31 -05:00
ALL_BUILD.vcxproj.user.in Move CPack win32 generator from NSIS to WIX 2014-02-02 22:38:21 +01:00
copy_helper.cmake Improve additional_install_files for debug/release 2014-07-18 22:41:11 -07:00
copy_on_debug_helper.cmake Copy and install PDB files on msvc builds 2014-07-19 01:38:41 +02:00