From: Tal Regev Date: Sun, 14 Apr 2024 02:37:18 +0000 (+0300) Subject: cmake: forward `USE_LIBRTMP` option to C X-Git-Tag: curl-8_8_0~228 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6eb9e65781fa1fd8a0bcfe0715187a3a35f09ae4;p=thirdparty%2Fcurl.git cmake: forward `USE_LIBRTMP` option to C Define in C `USE_LIBRTMP` if user requested it from cmake. Closes #13364 --- diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index f624da5f82..f3904d2675 100644 --- a/lib/curl_config.h.cmake +++ b/lib/curl_config.h.cmake @@ -710,6 +710,9 @@ ${SIZEOF_TIME_T_CODE} /* if OpenSSL is in use */ #cmakedefine USE_OPENSSL 1 +/* if librtmp/rtmpdump is in use */ +#cmakedefine USE_LIBRTMP 1 + /* Define to 1 if you don't want the OpenSSL configuration to be loaded automatically */ #cmakedefine CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG 1