[MPlayer-dev-eng] [PATCH]Disable liba52 and libmp3 for icc

Uoti Urpala uoti.urpala at pp1.inet.fi
Wed Mar 26 22:09:34 CET 2008


On Wed, 2008-03-26 at 21:33 +0100, Carl Eugen Hoyos wrote:
> Currently, icc can't compile the internal libraries liba52 and libmp3 
> (with optimizations). Attached patch changes the default 
> for both libraries from "enabled" to "autodetect" and disables the 
> comilation for intel compilers.

This is only because of linking failures due to optimized-out variables
right? Better would be to fix the asm, removing MANGLE and using asm
arguments instead. At least for liba52 that shouldn't be too much work.
MANGLE is only used in two files, imdct.c and resample_mmx.c, and I
already created a patch removing MANGLE from imdct.c earlier when
testing that the technique works.




More information about the MPlayer-dev-eng mailing list