[MPlayer-cvslog] r29472 - trunk/cfg-common-opts.h

lu_zero subversion at mplayerhq.hu
Mon Aug 3 12:17:36 CEST 2009


Author: lu_zero
Date: Mon Aug  3 12:17:35 2009
New Revision: 29472

Log:
Improve wording for missing sctp support

You need libnemesi in order to get -rtsp-stream-over-sctp

Modified:
   trunk/cfg-common-opts.h

Modified: trunk/cfg-common-opts.h
==============================================================================
--- trunk/cfg-common-opts.h	Sun Aug  2 18:00:55 2009	(r29471)
+++ trunk/cfg-common-opts.h	Mon Aug  3 12:17:35 2009	(r29472)
@@ -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},


More information about the MPlayer-cvslog mailing list