Commit ee79de4d authored by michaelni's avatar michaelni

10000l (__CPU__ wasnt set)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1910 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8c8650a5
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment