configure: disable RTSP when hyper is selected

Makes test 1013 work

Closes #7209
This commit is contained in:
Daniel Stenberg 2021-06-09 11:43:41 +02:00
parent 75391045cf
commit 71da3f8307
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 108 additions and 100 deletions

View file

@ -22,7 +22,7 @@
*
***************************************************************************/
#ifdef USE_HYPER
#define CURL_DISABLE_RTSP
#define CURL_DISABLE_RTSP 1
#endif
#ifndef CURL_DISABLE_RTSP