From: Michael Tretter Date: Thu, 8 Mar 2018 09:12:16 +0000 (+0100) Subject: configure.ac: enable largefile support if possible X-Git-Tag: 1.16.2~630 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1141a4ac66b09f791c208601534ec20abb9500d;p=platform%2Fupstream%2Fgst-plugins-good.git configure.ac: enable largefile support if possible https://bugzilla.gnome.org/show_bug.cgi?id=793103 --- diff --git a/configure.ac b/configure.ac index 2aebba0..fd4a4e2 100644 --- a/configure.ac +++ b/configure.ac @@ -101,6 +101,12 @@ AG_GST_ARCH dnl Determine endianness AC_C_BIGENDIAN +dnl *** software *** + +dnl check for large file support +dnl affected plugins must include config.h +AC_SYS_LARGEFILE + dnl *** checks for programs *** dnl find a compiler