diff cfg-common-opts.h @ 29430:2c33f492ff1f

Improve wording for missing sctp support You need libnemesi in order to get -rtsp-stream-over-sctp
author lu_zero
date Mon, 03 Aug 2009 10:17:35 +0000
parents 4f26b760cb37
children ce2631b54dec
line wrap: on
line diff
--- a/cfg-common-opts.h	Sun Aug 02 16:00:55 2009 +0000
+++ b/cfg-common-opts.h	Mon Aug 03 10:17:35 2009 +0000
@@ -92,7 +92,7 @@
 #ifdef CONFIG_LIBNEMESI
         {"rtsp-stream-over-sctp", &rtsp_transport_sctp, CONF_TYPE_FLAG, 0, 0, 1, NULL},
 #else
-        {"rtsp-stream-over-sctp", "-rtsp-stream-over-sctp requires the", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
+        {"rtsp-stream-over-sctp", "-rtsp-stream-over-sctp requires the \"libnemesi\" library\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
 #endif /* CONFIG_LIBNEMESI */
 #ifdef CONFIG_NETWORK
         {"rtsp-port", &rtsp_port, CONF_TYPE_INT, CONF_RANGE, -1, 65535, NULL},