[MPlayer-dev-eng] [PATCH] Refreshed OS/2 Patches

KO Myung-Hun komh at chollian.net
Tue Jul 17 15:32:29 CEST 2007


Hi/2.

Luca Barbato wrote:
> KO Myung-Hun wrote:
>   
>> Hi/2.
>>
>> I've attach refreshed OS/2 patches expecting to accept.
>>     
>
> split them in smaller ones.
>
>   

Ok. I splited into 3 parts, which are MPlayer patches, DVD-related 
patches and newly created patches. I'll post them as reply of my 
original post.

> just noticed in the large patch:
>
>   
>> --- subreader.c	(revision 23794)
>> +++ subreader.c	(working copy)
>> @@ -1839,8 +1839,9 @@
>>     subcnt = 0;
>>
>>     tmp = strrchr(fname,'/');
>> -#ifdef WIN32
>> +#if defined(WIN32) || defined(__OS2__)
>>     if(!tmp)tmp = strrchr(fname,'\\');
>> +    if(!tmp)tmp = strrchr(fname,':');
>> #endif
>>
>>     // extract filename & dirname from fname
>>     
>
> ':' ??
>
>   

This is possible.

    mplayer x:test.avi

Here, x: stands for current directory of x drive.

-- 
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