mirror of
https://github.com/curl/curl.git
synced 2026-07-23 18:27:19 +03:00
RTMP: fix wrong #ifdef
This commit is contained in:
parent
e4af5d6efc
commit
510836f80b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue