[MPlayer-dev-eng] [PATCH] ao_dart

Diego Biurrun diego at biurrun.de
Mon Feb 16 14:50:23 CET 2009


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.

Diego



More information about the MPlayer-dev-eng mailing list