[MPlayer-dev-eng] [PATCH] Add CFLAGS to linking

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Dec 10 00:14:02 CET 2009


Diego Biurrun <diego <at> biurrun.de> writes:

> On Wed, Dec 02, 2009 at 10:55:17PM +0100, Peter Hjalmarsson wrote:
> > According to the manual for GCC [1], for at least some cases you should
> > specify the same CFLAGS when linking with GCC that you had while
> > compiling. This patch adds this for the linking of mplayer/mencoder.
> > 
> > [1] http://gcc.gnu.org/onlinedocs/gcc-4.4.2/gcc/Link-Options.html
> 
> Patch rejected.  There are no CFLAGS on the linking step on purpose.
> Besides, I see nothing to support your claim after a cursory reading of
> the page you linked to.

I have no opinion about the patch but I'd like to add that icc requires you to
either not use "-parallel" at all or pass it to both the compiler and the linker
stage.

Carl Eugen




More information about the MPlayer-dev-eng mailing list