summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2018-03-08 11:22:29 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2018-03-08 11:22:57 -0500
commit2e23201c84a74a5da849215261b3acab3e43062e (patch)
tree26e883b26b6f334d7f6fa0ef09ed7abcb7ab06e5
parente2bce0f3ec07d86e980cb85233c4f7fb819698c5 (diff)
downloadgst-libav-2e23201c84a74a5da849215261b3acab3e43062e.tar.gz
configure.ac: enable largefile support if possible
https://bugzilla.gnome.org/show_bug.cgi?id=793103
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b6a7b93..479969c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,6 +78,12 @@ dnl common/m4/gst-arch.m4
dnl check CPU type
AG_GST_ARCH
+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