[vlc-devel] [PATCH 08/41] Enable 'high-priority' option on OS/2

Rémi Denis-Courmont remi at remlab.net
Mon Oct 10 16:10:24 CEST 2011


I don't understand why this is needed. The OS/2 thread patch does not seem to 
refer to high-priority anywhere.

Le lundi 10 octobre 2011 14:43:47 KO Myung-Hun, vous avez écrit :
> ---
>  src/libvlc-module.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/libvlc-module.c b/src/libvlc-module.c
> index 896187c..83b3b30 100644
> --- a/src/libvlc-module.c
> +++ b/src/libvlc-module.c
> @@ -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


-- 
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis



More information about the vlc-devel mailing list