[MPlayer-dev-eng] [PATCH] ao_kai support

KO Myung-Hun komh at chollian.net
Sat Jan 16 15:40:15 CET 2010


Hi/2.

Diego Biurrun wrote:
> On Sat, Jan 16, 2010 at 01:06:30AM +0900, KO Myung-Hun wrote:
>>
>> This is a patch for ao_kai support.
>>
>> +
>> +// close audio device
>> +static void uninit(int immed)
>> +{
>> +    m_fQuit = TRUE;
>> +
>> +    if (!immed) {
>> +        while (kaiStatus()&  KAIS_PLAYING)
>> +            DosSleep(1);
>> +    }
>
> pointless {}
>

Fixed.

>> --- configure	(revision 30272)
>> +++ configure	(working copy)
>> @@ -5896,6 +5900,26 @@
>>
>>   if os2 ; then
>> +echocheck "KAI (UNIAUD/DART)"
>> +if test "$_kai" = auto; then
>> +  cat>  $TMPC<<  EOF
>> +#include<os2.h>
>> +#include<kai.h>
>> +int main( void ) { return 0; }
>
> main(void)
>

Fixed.

See the reply to Reimar, please.

-- 
KO Myung-Hun

Using Mozilla SeaMonkey 2.0
Under OS/2 Warp 4 for Korean with FixPak #15
On Intel Core2Duo T5500 1.66 GHz with 1 GB RAM

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




More information about the MPlayer-dev-eng mailing list