diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-11-01 14:29:32 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-11-01 14:29:32 +0000 |
commit | eb592f6af1371b18e4c8308a5e93755d606c7761 (patch) | |
tree | b5e3a3d12bf93a66b76d1ada3979d5746e284001 | |
parent | b5c950c4f43f4d2398b78ac00b62b890edc337b2 (diff) | |
download | ffmpeg-eb592f6af1371b18e4c8308a5e93755d606c7761.tar.gz |
;
Originally committed as revision 2462 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |