summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRoman Shaposhnik <roman@shaposhnik.org>2003-11-04 19:35:43 +0000
committerRoman Shaposhnik <roman@shaposhnik.org>2003-11-04 19:35:43 +0000
commit19d053c5ba6c250ef8a9675bf803cb744085d2f1 (patch)
tree0ef52a1910e857e48c4d534f496a2c93e64cdab6 /configure
parentec62c38fd57d8276e235ca7d95d785850dc93bf8 (diff)
* fixes for broken builds on Solaris, OS2 and all bingendian
systems out there. Originally committed as revision 2480 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 1 insertions, 7 deletions
diff --git a/configure b/configure
index 3adcc35189..d70c81f629 100755
--- a/configure
+++ b/configure
@@ -970,13 +970,7 @@ if test "$bigendian" = "yes" ; then
echo "#define WORDS_BIGENDIAN 1" >> $TMPH
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 "#define EMULATE_FAST_INT 1" >> $TMPH
fi
if test "$mmx" = "yes" ; then
echo "TARGET_MMX=yes" >> config.mak