diff options
author | Howard Chu <hyc@highlandsun.com> | 2010-05-15 22:13:17 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-05-15 22:13:17 +0200 |
commit | 027ceb37a1075bb585c8f5917a26f37cdfa352d6 (patch) | |
tree | c7af589035e8ae2189279553de482d8cbaedf084 /configure.ac | |
parent | 510836f80b8b3ad32cb1d6b8fbdf70d1fd3b772c (diff) | |
download | curl-027ceb37a1075bb585c8f5917a26f37cdfa352d6.tar.gz |
RMTP: the version code is now rtmp aware
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bad358610..77a07d49a 100644 --- a/configure.ac +++ b/configure.ac @@ -2735,7 +2735,7 @@ if test "x$CURL_DISABLE_RTSP" != "x1"; then SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS RTSP" fi if test "x$USE_LIBRTMP" = "x1"; then - SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS RTMP RTMPT RTMPE RTMPTE RTMPS RTMPTS" + SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS RTMP" fi dnl replace spaces with newlines |