Add an actual 3dnow intrinsinc so the configure script doesn't just check for the existence of the 3dnow header

Originally committed as revision 5383 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Guillaume Poirier 2006-05-15 19:53:55 +00:00
parent 2c95f59f06
commit 41ae6ef923
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -1110,6 +1110,7 @@ fi
cat > $TMPC << EOF
#include <mm3dnow.h>
int main(void) {
_m_femms();
return 0;
}
EOF