Commit 9c315f09 authored by gpoirier's avatar gpoirier

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5383 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f250a65c
......@@ -1110,6 +1110,7 @@ fi
cat > $TMPC << EOF
#include <mm3dnow.h>
int main(void) {
_m_femms();
return 0;
}
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