From e82c5a8cc0fdf303875ffb561a7e422848e805a8 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 27 May 2003 00:46:21 +0000 Subject: [PATCH] 10000l (__CPU__ wasnt set) Originally committed as revision 1910 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 3fbfc4aeee..ee59dc1156 100755 --- a/configure +++ b/configure @@ -754,6 +754,7 @@ fi if test "$mmx" = "yes" ; then echo "TARGET_MMX=yes" >> config.mak echo "#define HAVE_MMX 1" >> $TMPH + echo "#define __CPU__ 586" >> $TMPH fi if test "$builtin_vector" = "yes" ; then echo "TARGET_BUILTIN_VECTOR=yes" >> config.mak