summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-02-03 02:40:15 +0000
committerBenjamin Otte <otte@gnome.org>2004-02-03 02:40:15 +0000
commite79785b0de0b79dd6e99d5fa3e8506a114f1273e (patch)
tree88f46657c6ec34a1ebb8a7349aecdfb73ac67ba1 /configure.ac
parent37bc5bf9257df84a02ab88f240418b2234302d6b (diff)
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 <in7y118@public.uni-hamburg.de> * 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)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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()