1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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
configure vendored
View File

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