From 9315aee952a98adb22bd1c6f8b6ef9bbf16b9099 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 17 Oct 2005 09:33:24 +0000 Subject: [PATCH] configure.ac: put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h Original commit message from CVS: 2005-10-17 Thomas Vander Stichele * configure.ac: put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h --- ChangeLog | 5 +++++ configure.ac | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7457bbf857..c4be79eebe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-17 Thomas Vander Stichele + + * configure.ac: + put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h + 2005-10-16 Thomas Vander Stichele * gst-libs/gst/interfaces/Makefile.am: diff --git a/configure.ac b/configure.ac index 5c9fc472dc..4dab828c45 100644 --- a/configure.ac +++ b/configure.ac @@ -113,6 +113,9 @@ dnl used in gst/ffmpegcolorspace/mem.c dnl FIXME: could be fixed by redefining av_malloc and av_free to GLib's AC_CHECK_HEADER([malloc.h]) +dnl ffmpegcolorspace includes _stdint.h +AX_CREATE_STDINT_H + dnl *** checks for types/defines *** dnl Check for FIONREAD ioctl declaration -- 2.34.1