mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
RTMP: fix wrong #ifdef
This commit is contained in:
parent
e4af5d6efc
commit
510836f80b
@ -22,7 +22,7 @@
|
|||||||
* KIND, either express or implied.
|
* 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_rtmp;
|
||||||
extern const struct Curl_handler Curl_handler_rtmpt;
|
extern const struct Curl_handler Curl_handler_rtmpt;
|
||||||
extern const struct Curl_handler Curl_handler_rtmpe;
|
extern const struct Curl_handler Curl_handler_rtmpe;
|
||||||
|
Loading…
Reference in New Issue
Block a user