mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
RTMP: fix wrong #ifdef
This commit is contained in:
parent
e4af5d6efc
commit
510836f80b
@ -22,7 +22,7 @@
|
||||
* KIND, either express or implied.
|
||||
*
|
||||
***************************************************************************/
|
||||
#ifndef CURL_DISABLE_RTMP
|
||||
#ifdef USE_LIBRTMP
|
||||
extern const struct Curl_handler Curl_handler_rtmp;
|
||||
extern const struct Curl_handler Curl_handler_rtmpt;
|
||||
extern const struct Curl_handler Curl_handler_rtmpe;
|
||||
|
Loading…
Reference in New Issue
Block a user