Home
last modified time | relevance | path

Searched defs:CURL_DISABLE_RTSP (Results 1 – 5 of 5) sorted by relevance

/external/curl/docs/
DCURL-DISABLE.md93 ## CURL_DISABLE_RTSP section in Code defines to disable features and protocols
/external/curl/
Dconfigure.ac385 AC_DEFINE(CURL_DISABLE_RTSP, 1, [to disable RTSP]) definition
386 AC_SUBST(CURL_DISABLE_RTSP, [1]) subst
478 AC_DEFINE(CURL_DISABLE_RTSP, 1, [to disable RTSP]) definition
479 AC_SUBST(CURL_DISABLE_RTSP, [1]) subst
DCMakeLists.txt179 option(CURL_DISABLE_RTSP "to disable RTSP" OFF) option
204 set(CURL_DISABLE_RTSP ON) variable
/external/curl/lib/
Dcurl_setup.h180 # define CURL_DISABLE_RTSP macro
204 # define CURL_DISABLE_RTSP macro
Dcurl_config.h86 #define CURL_DISABLE_RTSP 1 macro