Can't compile here with mmx, need more testing. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created attachment 55195 [details] mplayer-1.0_pre6-gcc4-fix.patch
+ int ptr; + ptr = ((int) src) + filterSize; I think this will break on 64 bits, and you should use "uint8_t *" instead of "int"
25 Apr 2005; Martin Schlemmer <azarah@gentoo.org> +files/mplayer-1.0_pre7-gcc4.patch, +files/mplayer-1.0_pre7-gcc_detection.patch, mplayer-1.0_pre7.ebuild: Fix building with gcc4. Patch from Genady Okrain (Mafteah) 's overlay (plus some added fixes to libvo/aclib_template.c that whoever seemed to have missed).