Commit 3c66345e authored by michael's avatar michael

;


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2462 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 876581a7
......@@ -958,12 +958,12 @@ if test "$bigendian" = "yes" ; then
fi
if test "$emu_fast_int" = "yes" ; then
#note, we dont try to emulate fast64
echo "typedef signed char int_fast8_t" >> $TMPH
echo "typedef signed int int_fast16_t" >> $TMPH
echo "typedef signed int int_fast32_t" >> $TMPH
echo "typedef unsigned char uint_fast8_t" >> $TMPH
echo "typedef unsigned int uint_fast16_t" >> $TMPH
echo "typedef unsigned int uint_fast32_t" >> $TMPH
echo "typedef signed char int_fast8_t;" >> $TMPH
echo "typedef signed int int_fast16_t;" >> $TMPH
echo "typedef signed int int_fast32_t;" >> $TMPH
echo "typedef unsigned char uint_fast8_t;" >> $TMPH
echo "typedef unsigned int uint_fast16_t;" >> $TMPH
echo "typedef unsigned int uint_fast32_t;" >> $TMPH
fi
if test "$mmx" = "yes" ; then
echo "TARGET_MMX=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