From: Howard Chu Date: Sat, 15 May 2010 20:02:44 +0000 (+0200) Subject: RTMP: fix wrong #ifdef X-Git-Tag: curl-7_21_0~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=510836f80b8b3ad32cb1d6b8fbdf70d1fd3b772c;p=curl RTMP: fix wrong #ifdef --- diff --git a/lib/curl_rtmp.h b/lib/curl_rtmp.h index 35776aaa6..06555ffce 100644 --- a/lib/curl_rtmp.h +++ b/lib/curl_rtmp.h @@ -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;