mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
configure.ac: enable largefile support if possible
https://bugzilla.gnome.org/show_bug.cgi?id=793103
This commit is contained in:
parent
fd3bb44031
commit
d156163c82
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue