summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6dc129b32..b4a53e615 100644
--- a/configure.ac
+++ b/configure.ac
@@ -236,6 +236,8 @@ AC_CHECK_DECL(lrintf,[AC_DEFINE(HAVE_LRINTF,1,[Define this if the 'lrintf' funct
#include "math.h"
])
+AC_CHECK_TYPES(int_fast8_t, [], [LIBFFMPEG_CFLAGS="$LIBFFMPEG_CFLAGS -DEMULATE_FAST_INT"])
+
AC_ARG_ENABLE(altivec,
[ --disable-altivec Do not use assembly codes for Motorola 74xx CPUs],
enable_altivec=no,