Skip to content

Commit

Permalink
RTMP: fix wrong #ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Chu authored and bagder committed May 15, 2010
1 parent e4af5d6 commit 510836f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/curl_rtmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 510836f

Please sign in to comment.