Commit 41ae6ef9 authored by Guillaume Poirier's avatar Guillaume Poirier

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

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
parent 2c95f59f
...@@ -1110,6 +1110,7 @@ fi ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment