From e79785b0de0b79dd6e99d5fa3e8506a114f1273e 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) --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index db020efa..97ba31f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,6 +38,8 @@ EXTRA_DIST=gst-plugins.spec depcomp \ AUTHORS COPYING COPYING.LIB README RELEASE REQUIREMENTS \ ChangeLog autogen.sh common m4 +DISTCLEANFILES=_stdint.h + dist-hook: rm -rf `find $(distdir)/common -name CVS` rm -rf `find $(distdir)/m4 -name CVS` -- cgit