summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGuillaume Poirier <gpoirier@mplayerhq.hu>2006-05-15 19:53:55 +0000
committerGuillaume Poirier <gpoirier@mplayerhq.hu>2006-05-15 19:53:55 +0000
commit41ae6ef9239c11947445996df38e24a3649763ad (patch)
treed79dea2c1844f28a1f49f7ebfac9ff906365a9a3 /configure
parent2c95f59f0681acad628b83ab2e95beb073162510 (diff)
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index cce077b3c9..51a8c3c821 100755
--- a/configure
+++ b/configure
@@ -1110,6 +1110,7 @@ fi
cat > $TMPC << EOF
#include <mm3dnow.h>
int main(void) {
+_m_femms();
return 0;
}
EOF