summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-01-10 12:53:07 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-01-10 12:53:07 +0000
commitd2a9bdddd8358f6be94bfd891d026fac82cbbcbf (patch)
treed12f915821714b3aff93836460f2483cb2c46223 /configure
parentd94728c37728f747baf903f7c96850f8dd040e67 (diff)
more sane inttypes emulation behavior if libavcodec is used outside ffmpeg
Originally committed as revision 2685 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 9ebd16145e..585caa2daa 100755
--- a/configure
+++ b/configure
@@ -985,8 +985,8 @@ if test "$bigendian" = "yes" ; then
echo "WORDS_BIGENDIAN=yes" >> config.mak
echo "#define WORDS_BIGENDIAN 1" >> $TMPH
fi
-if test "$inttypes" = "yes" ; then
- echo "#define HAVE_INTTYPES_H 1" >> $TMPH
+if test "$inttypes" != "yes" ; then
+ echo "#define EMULATE_INTTYPES 1" >> $TMPH
fi
if test "$emu_fast_int" = "yes" ; then
echo "#define EMULATE_FAST_INT 1" >> $TMPH