RTMP: fix wrong #ifdef

This commit is contained in:
Howard Chu 2010-05-15 22:02:44 +02:00 committed by Daniel Stenberg
parent e4af5d6efc
commit 510836f80b

View File

@ -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;