diff options
author | Michael Tretter <m.tretter@pengutronix.de> | 2018-03-08 10:12:16 +0100 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2018-03-08 11:19:29 -0500 |
commit | d156163c821f57c3d139f8b184c967764b490499 (patch) | |
tree | 6352c7e0b19eb7062b880c5d26c1c3f5e511bbd6 | |
parent | fd3bb4403164d3ef03759401e9fbd4661c636ca0 (diff) | |
download | gstreamer-plugins-bad-d156163c821f57c3d139f8b184c967764b490499.tar.gz |
configure.ac: enable largefile support if possible
https://bugzilla.gnome.org/show_bug.cgi?id=793103
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4e8658dc9..9ec41d6fe 100644 --- a/configure.ac +++ b/configure.ac @@ -107,6 +107,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 |