mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +03:00
rtsp: disable if Hyper is used
This commit is contained in:
parent
34021b804d
commit
4daba06762
2 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue