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

KO Myung-Hun komh78 at gmail.com
Mon Oct 10 17:14:55 CEST 2011


Hi/2.

The following patch has it.

    [PATCH 22/41] Implement OS/2 specific initialization

Rémi Denis-Courmont wrote:
> 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
> 
> 

-- 
KO Myung-Hun

Using Mozilla SeaMonkey 2.0.14
Under OS/2 Warp 4 for Korean with FixPak #15
On AMD ThunderBird 1GHz with 512 MB RAM

Korean OS/2 User Community : http://www.ecomstation.co.kr




More information about the vlc-devel mailing list