mplayer: fix build on i386
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 14 Nov 2011 21:14:53 +0000 (22:14 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 14 Nov 2011 21:14:53 +0000 (22:14 +0100)
commitfd38100e1189d19cad87a64c52df2c773eb47e40
tree5f9a56cfa6eda4415b9d0b6f0b82074a473ecb4d
parent73d757b714becaa64d3b5d389094369c39524150
mplayer: fix build on i386

Mplayer needs to be built with -fomit-frame-pointer on x86, otherwise
gcc errors out on the inline asm with too few registers.

Also disable yasm support, both because this mplayer revision forgets
to build the gpl'ed asm snippets (fixed in r32736), breaking the build
- And also to ensure the build is reproducable and doesn't use host
components behind the users' back (E.G. if yasm is available on host).

Once we have added yasm as a package, this can get removed again (and
mplayer svn rev bumped) for the performance boost it gives.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/multimedia/mplayer/mplayer.mk