summaryrefslogtreecommitdiff
path: root/lib/rtsp.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-06-09 11:43:41 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-06-10 08:42:46 +0200
commit71da3f8307168e92c4f2d6cf737e435d226fa055 (patch)
treeec27a8f527cbed1954a2c2c4f61522b7fd618abb /lib/rtsp.h
parent75391045cf4863a56f6e06928d9095ceaddecd01 (diff)
downloadcurl-71da3f8307168e92c4f2d6cf737e435d226fa055.tar.gz
configure: disable RTSP when hyper is selected
Makes test 1013 work Closes #7209
Diffstat (limited to 'lib/rtsp.h')
-rw-r--r--lib/rtsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rtsp.h b/lib/rtsp.h
index 1e9cb7d2c..da11ade04 100644
--- a/lib/rtsp.h
+++ b/lib/rtsp.h
@@ -22,7 +22,7 @@
*
***************************************************************************/
#ifdef USE_HYPER
-#define CURL_DISABLE_RTSP
+#define CURL_DISABLE_RTSP 1
#endif
#ifndef CURL_DISABLE_RTSP