Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_setup.h173 # define CURL_DISABLE_RTSP macro
185 # define CURL_DISABLE_RTSP macro
203 # define CURL_DISABLE_RTSP macro
/external/curl/
Dconfigure.ac362 AC_DEFINE(CURL_DISABLE_RTSP, 1, [to disable RTSP]) definition
363 AC_SUBST(CURL_DISABLE_RTSP, [1]) subst
455 AC_DEFINE(CURL_DISABLE_RTSP, 1, [to disable RTSP]) definition
456 AC_SUBST(CURL_DISABLE_RTSP, [1]) subst
DCMakeLists.txt150 option(CURL_DISABLE_RTSP "to disable RTSP" OFF) option
171 set(CURL_DISABLE_RTSP ON) variable