X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibvlc-module.c;h=b6a8727fe71ab4415ee8c8c8895975486d04be04;hb=acb1518a20e05f5ea7cf3b4ba6f4fe0c8268d17f;hp=896187ccb18c61807169c339656105ad151f951b;hpb=7df364001e2b4cf53e7e9ca223b9c91b319fafeb;p=vlc diff --git a/src/libvlc-module.c b/src/libvlc-module.c index 896187ccb1..b6a8727fe7 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -937,7 +937,7 @@ static const char *const ppsz_prefres[] = { #define RTSP_PORT_TEXT N_( "RTSP server port" ) #define RTSP_PORT_LONGTEXT N_( \ - "The HTTPS server will listen on this TCP port. " \ + "The RTSP server will listen on this TCP port. " \ "The standard RTSP port number is 554. " \ "However allocation of port numbers below 1025 is usually restricted " \ "by the operating system." ) @@ -2131,7 +2131,7 @@ vlc_module_begin () PLAYLISTENQUEUE_LONGTEXT, true ) #endif -#if defined(WIN32) +#if defined(WIN32) || defined(__OS2__) add_bool( "high-priority", 0, HPRIORITY_TEXT, HPRIORITY_LONGTEXT, false ) #endif @@ -2188,7 +2188,7 @@ vlc_module_begin () add_bool( "quiet", 0, QUIET_TEXT, QUIET_LONGTEXT, false ) change_short('q') -#if !defined(WIN32) +#if !defined(WIN32) && !defined(__OS2__) add_bool( "daemon", 0, DAEMON_TEXT, DAEMON_LONGTEXT, true ) change_short('d')