mirror of
https://github.com/curl/curl.git
synced 2026-07-23 13:37:17 +03:00
deal with the possibility that CURL_DISABLE_RTSP may already be defined
This commit is contained in:
parent
c94d44505f
commit
6636fbf238
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@
|
|||
* When http is disabled rtsp is not supported.
|
||||
*/
|
||||
|
||||
#ifdef CURL_DISABLE_HTTP
|
||||
#if defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_RTSP)
|
||||
# define CURL_DISABLE_RTSP
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue