diff --git a/lib/version.c b/lib/version.c index 86cb113..4da8a94 100644 --- a/lib/version.c +++ b/lib/version.c @@ -164,6 +164,24 @@ static const char * const protocols[] = { #if defined(USE_SSL) && !defined(CURL_DISABLE_POP3) "pop3s", #endif +#ifdef USE_LIBRTMP + "rtmp", +#endif +#ifdef USE_LIBRTMP + "rtmpe", +#endif +#ifdef USE_LIBRTMP + "rtmps", +#endif +#ifdef USE_LIBRTMP + "rtmpt", +#endif +#ifdef USE_LIBRTMP + "rtmpte", +#endif +#ifdef USE_LIBRTMP + "rtmpts", +#endif #ifndef CURL_DISABLE_RTSP "rtsp", #endif