RTMP: fix wrong #ifdef
This commit is contained in:

committed by
Daniel Stenberg

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;
|
||||||
|
Reference in New Issue
Block a user