[MPlayer-dev-eng] [PATCH] OS/2 - mplayer.c

KO Myung-Hun komh at chollian.net
Sat Aug 18 11:20:56 CEST 2007


Hi/2.

Diego Biurrun wrote:
> On Sat, Aug 18, 2007 at 05:53:49PM +0900, KO Myung-Hun wrote:
>   
>> This is a patch of 'mplayer.c' for OS/2
>>     
>
> No, it is not.
>
>   
>> --- mplayer.c	(revision 24089)
>> +++ mplayer.c	(working copy)
>> @@ -2597,10 +2627,12 @@
>>  if(slave_mode)
>> -#ifndef __MINGW32__
>> +#ifdef __MINGW32__
>> +  mp_input_add_cmd_fd(0,0,mp_input_win32_slave_cmd_func,NULL);
>> +#elif defined(__OS2__)
>> +  mp_input_add_cmd_fd(0,0,mp_input_os2_slave_cmd_func,NULL);
>>     
>
> This function is not added anywhere in this patch.  How do you expect
> your code to compile?
>
> Patch obviously rejected.
>   
I'd replied to myself just before you replied to me as the following.

    'This patch has a dependency on 'getch2' patch on later.'

-- 
KO Myung-Hun

Using Mozilla SeaMonkey 1.1.2
Under OS/2 Warp 4 for Korean with FixPak #15
On AMD ThunderBird 750 MHz with 512 MB RAM

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





More information about the MPlayer-dev-eng mailing list