From 1830ee943689e1ef618eb03c55228864ef624db4 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 3 Feb 2004 02:40:15 +0000 Subject: co/: add AX_CREATE_STDINT_H to get correct type definitions for a52dec in _stdint.h. Original commit message from CVS: 2004-02-03 Benjamin Otte * common/m4/ax_create_stdint_h.m4: * configure.ac: add AX_CREATE_STDINT_H to get correct type definitions for a52dec in _stdint.h. * Makefile.am: remove generated _stdint.h in DISTCLEANFILES * ext/a52dec/gsta52dec.c: include _stdint.h for a52dec. (should fix #133064) --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a1c697c4..3c114481 100644 --- a/configure.ac +++ b/configure.ac @@ -82,6 +82,7 @@ AC_ISC_POSIX AC_HEADER_STDC([]) AC_C_INLINE +AX_CREATE_STDINT_H dnl Check for a way to display the function name in debug output GST_CHECK_FUNCTION() -- cgit v1.2.1