From ffc61aacc7a5156216aa1f2e31d8b207bf3dd59d Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Wed, 12 Jul 2006 20:19:04 +0000 Subject: Don't invoke AC_C_ALWAYS_INLINE. Should fix inline use-before-define build failures on several architectures; it certainly prevents this problem with debug/noopt builds on amd64. CVS patchset: 8121 CVS date: 2006/07/12 20:19:04 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 09108c100..ff91be533 100644 --- a/configure.ac +++ b/configure.ac @@ -173,7 +173,7 @@ AC_C_BIGENDIAN dnl AC_C_BIGENDIAN triggers an AC_TRY_RUN warning; we can't cross compile dnl xine (oh, well) AC_C_CONST -AC_C_ALWAYS_INLINE +dnl AC_C_ALWAYS_INLINE removal allows ffmpeg to be more widely buildable AC_TYPE_OFF_T AC_TYPE_SIZE_T AC_CHECK_SIZEOF(long) -- cgit v1.2.3