[MPlayer-dev-eng] [PATCH] ao_dart
KO Myung-Hun
komh at chollian.net
Mon Feb 16 15:14:24 CET 2009
Hi/2.
Diego Biurrun wrote:
> On Mon, Feb 16, 2009 at 10:17:01PM +0900, KO Myung-Hun wrote:
>
>> Diego Biurrun wrote:
>>
>>> On Mon, Feb 16, 2009 at 06:13:29PM +0900, KO Myung-Hun wrote:
>>>
>>>
>>>> [...]
>>>>
>>>> --- libao2/ao_dart.c (revision 0)
>>>> +++ libao2/ao_dart.c (revision 0)
>>>> @@ -0,0 +1,266 @@
>>>> +#define INCL_DOS
>>>> +#include <os2.h>
>>>> +
>>>> +#include <stdio.h>
>>>> +#include <stdlib.h>
>>>> +#include <sys/time.h>
>>>> +#include <float.h>
>>>> +
>>>> +#include "config.h"
>>>> +#include "libaf/af_format.h"
>>>> +#include "audio_out.h"
>>>> +#include "audio_out_internal.h"
>>>> +#include "mp_msg.h"
>>>> +#include "libvo/fastmemcpy.h"
>>>> +#include "subopt-helper.h"
>>>> +
>>>> +#include "dart.h"
>>>>
>>> dart.h must be a system header, use <> for it and place it above with
>>> the other system headers.
>>>
>> Even though it's not a system header, Ok.
>>
>
> What is it then? It is not part of MPlayer.
>
>
It's a third-party lib implementing DART interface.
--
KO Myung-Hun
Using Mozilla SeaMonkey 1.1.14
Under OS/2 Warp 4 for Korean with FixPak #15
On AMD ThunderBird 1 GHz with 512 MB RAM
Korean OS/2 User Community : http://www.ecomstation.co.kr
More information about the MPlayer-dev-eng
mailing list