From 41ae6ef9239c11947445996df38e24a3649763ad Mon Sep 17 00:00:00 2001 From: Guillaume Poirier Date: Mon, 15 May 2006 19:53:55 +0000 Subject: [PATCH] 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 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index cce077b3c9..51a8c3c821 100755 --- a/configure +++ b/configure @@ -1110,6 +1110,7 @@ fi cat > $TMPC << EOF #include int main(void) { +_m_femms(); return 0; } EOF