diff options
author | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2006-05-15 19:53:55 +0000 |
---|---|---|
committer | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2006-05-15 19:53:55 +0000 |
commit | 41ae6ef9239c11947445996df38e24a3649763ad (patch) | |
tree | d79dea2c1844f28a1f49f7ebfac9ff906365a9a3 | |
parent | 2c95f59f0681acad628b83ab2e95beb073162510 (diff) | |
download | ffmpeg-41ae6ef9239c11947445996df38e24a3649763ad.tar.gz |
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
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1110,6 +1110,7 @@ fi cat > $TMPC << EOF #include <mm3dnow.h> int main(void) { +_m_femms(); return 0; } EOF |