rtsp: disable if Hyper is used

This commit is contained in:
Daniel Stenberg 2020-12-14 14:10:33 +01:00
parent 34021b804d
commit 4daba06762
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 6 additions and 2 deletions

View file

@ -21,6 +21,10 @@
* KIND, either express or implied.
*
***************************************************************************/
#ifdef USE_HYPER
#define CURL_DISABLE_RTSP
#endif
#ifndef CURL_DISABLE_RTSP
extern const struct Curl_handler Curl_handler_rtsp;