diff -Naur a/source/SoundTouch/Makefile.am b/source/SoundTouch/Makefile.am --- a/source/SoundTouch/Makefile.am 2011-07-16 08:28:54.000000000 -0400 +++ b/source/SoundTouch/Makefile.am 2013-01-02 20:37:16.334440913 -0500 @@ -36,7 +36,7 @@ # Note by authore: '-msse2' might not work in non-X86 compilations. If someone can # fix this script to automatically check for CPU architecture, please submit a patch # to me. -AM_CXXFLAGS=-O3 -msse2 -fcheck-new -I../../include +AM_CXXFLAGS=-O3 -fcheck-new -I../../include # other linking flags to add