From b7c415e7cb7f1c26dcb8f6cf8873f5653be73b29 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 6 Jun 2007 08:01:42 +0000 Subject: [PATCH] configure.ac: check for large file support. Original commit message from CVS: * configure.ac: check for large file support. --- ChangeLog | 5 +++++ configure.ac | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index b683a62389..c4715802c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-06 Wim Taymans + + * configure.ac: + check for large file support. + 2007-06-05 Sebastian Dröge Based on a patch by Sven Arvidsson : diff --git a/configure.ac b/configure.ac index 2743e4c43f..5f08007002 100644 --- a/configure.ac +++ b/configure.ac @@ -160,6 +160,10 @@ dnl common/m4/gst-arch.m4 dnl check CPU type AG_GST_ARCH +dnl check for large file support +dnl affected plugins must include config.h +AC_SYS_LARGEFILE + dnl *** checks for programs *** dnl find a compiler