CODE
$ ./configure --prefix=/mingw --enable-nasm --disable-gtktest --disable-decoder CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -fsched-spec-load -fforce-addr -mtune=athlon-xp" CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer-fsched-spec-load -fforce-addr -mtune=athlon-xp"
$ make
$ make install
$ make
$ make install
It gives me lame.exe okay, but when I compare the output to the icl version of lame I got from rarewares.org, mine seems to be lacking the "CPU features: MMX (ASM used), 3DNow! (ASM used), SSE" line that the intel build has... here's the output from my build:
CODE
LAME version 3.96.1 (http://lame.sourceforge.net/)
Using polyphase lowpass filter, transition band: 17249 Hz - 17782 Hz
Encoding 06_Aint it Fun.wav to 06_Aint it Fun.wav.mp3
Encoding as 44.1 kHz 128 kbps j-stereo MPEG-1 Layer III (11x) qval=3
Using polyphase lowpass filter, transition band: 17249 Hz - 17782 Hz
Encoding 06_Aint it Fun.wav to 06_Aint it Fun.wav.mp3
Encoding as 44.1 kHz 128 kbps j-stereo MPEG-1 Layer III (11x) qval=3
And here's the output from the ICL build from rarewares.org:
CODE
LAME version 3.96.1 (http://lame.sourceforge.net/)
CPU features: MMX (ASM used), 3DNow! (ASM used), SSE
Using polyphase lowpass filter, transition band: 17249 Hz - 17782 Hz
Encoding 06_Aint it Fun.wav to 06_Aint it Fun.wav.mp3
Encoding as 44.1 kHz 128 kbps j-stereo MPEG-1 Layer III (11x) qval=3
CPU features: MMX (ASM used), 3DNow! (ASM used), SSE
Using polyphase lowpass filter, transition band: 17249 Hz - 17782 Hz
Encoding 06_Aint it Fun.wav to 06_Aint it Fun.wav.mp3
Encoding as 44.1 kHz 128 kbps j-stereo MPEG-1 Layer III (11x) qval=3
What am I doing wrong?
Thanks!
