]> granicus.if.org Git - curl/commitdiff
RTMP: fix wrong #ifdef
authorHoward Chu <hyc@highlandsun.com>
Sat, 15 May 2010 20:02:44 +0000 (22:02 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 15 May 2010 20:02:44 +0000 (22:02 +0200)
lib/curl_rtmp.h

index 35776aaa699691721535f530e564e76d50a942e1..06555ffceac962055d775fd619535a88f79b6fb7 100644 (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;