--- mplayer-export-2015-12-18.old/configure +++ mplayer-export-2015-12-18/configure @@ -2813,7 +2813,7 @@ elif test "$cc_vendor" = "clang"; then CFLAGS="-O2 $_march $_pipe" elif test "$cc_vendor" != "gnu" ; then - CFLAGS="-O2 $_march $_mcpu $_pipe" + CFLAGS="-O2 $_march $_mcpu $_pipe -fomit-frame-pointer" else CFLAGS="-O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer" WARNFLAGS="-Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security"