[MPlayer-dev-eng] squelch some warnings (patches incl.)
Diego Biurrun
diego at biurrun.de
Sat Feb 23 18:29:11 CET 2008
On Fri, Feb 22, 2008 at 02:56:46PM +0100, Elias Pipping wrote:
>
> I've attached a couple of patches to squelch some warnings, mostly on
> Mac OS X (tested with 10.5.2 on an Intel Mac).
What warnings is this supposed to fix?
> --- dvdread/nav_read.c (revision 26061)
> +++ dvdread/nav_read.c (working copy)
> @@ -26,6 +26,7 @@
> #elif defined(HAVE_STDINT_H)
> #include <stdint.h>
> #endif
> +#include <stdlib.h>
>
> #include "bswap.h"
> #include "nav_types.h"
> --- tremor/misc.h (revision 26061)
> +++ tremor/misc.h (working copy)
> @@ -28,6 +28,7 @@
> #ifndef _LOW_ACCURACY_
> /* 64 bit multiply */
>
> +#include <stdlib.h>
> #include <sys/types.h>
> #include "config.h"
These are external libraries, submit the patches to them instead.
Diego
More information about the MPlayer-dev-eng
mailing list