diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-05-27 00:46:21 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-05-27 00:46:21 +0000 |
commit | e82c5a8cc0fdf303875ffb561a7e422848e805a8 (patch) | |
tree | 6ba1f8109e94e4c4bcda339b236898ed616f5f60 /configure | |
parent | ebc51331a8363411e724287fe42ce7343bd28c42 (diff) | |
download | ffmpeg-e82c5a8cc0fdf303875ffb561a7e422848e805a8.tar.gz |
10000l (__CPU__ wasnt set)
Originally committed as revision 1910 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |