From 3d7208b07af0730a74e6647230abc28f52af214c Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Sat, 14 Feb 2004 00:54:03 +0000 Subject: Add -DEMULATE_FAST_INT to libffmpeg CFLAGS if [u]int_fastxx_t typedefs are not defined. CVS patchset: 6149 CVS date: 2004/02/14 00:54:03 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) 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, -- cgit v1.2.3