From eb592f6af1371b18e4c8308a5e93755d606c7761 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 1 Nov 2003 14:29:32 +0000 Subject: [PATCH] ; Originally committed as revision 2462 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configure b/configure index 90b8ca4..3a24202 100755 --- a/configure +++ b/configure @@ -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 -- 2.7.4