[MPlayer-dev-eng] [PATCH]Allow compilation with icc

Diego Biurrun diego at biurrun.de
Thu Nov 13 01:05:00 CET 2008


On Thu, Nov 13, 2008 at 12:50:22AM +0100, Carl Eugen Hoyos wrote:
>
> --- configure	(Revision 27904)
> +++ configure	(Arbeitskopie)
> @@ -7767,6 +7767,8 @@
>    cc_check -Wno-pointer-sign && CFLAGS="-Wno-pointer-sign $CFLAGS"
>    cc_check -Wdisabled-optimization && CFLAGS="-Wdisabled-optimization $CFLAGS"
> +else
> +  CFLAGS="-D_ISOC99_SOURCE -D_BSD_SOURCE $CFLAGS"
>  fi

Why _BSD_SOURCE?

Diego



More information about the MPlayer-dev-eng mailing list