mirror of
https://github.com/curl/curl.git
synced 2026-08-04 13:26:23 +03:00
configure: disable RTSP when hyper is selected
Makes test 1013 work Closes #7209
This commit is contained in:
parent
75391045cf
commit
71da3f8307
2 changed files with 108 additions and 100 deletions
|
|
@ -22,7 +22,7 @@
|
|||
*
|
||||
***************************************************************************/
|
||||
#ifdef USE_HYPER
|
||||
#define CURL_DISABLE_RTSP
|
||||
#define CURL_DISABLE_RTSP 1
|
||||
#endif
|
||||
|
||||
#ifndef CURL_DISABLE_RTSP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue