Skip to content
Snippets Groups Projects
Commit 510836f8 authored by Howard Chu's avatar Howard Chu Committed by Daniel Stenberg
Browse files

RTMP: fix wrong #ifdef

parent e4af5d6e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment