mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +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
|
dnl Determine endianness
|
||||||
AC_C_BIGENDIAN
|
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 *** checks for programs ***
|
||||||
|
|
||||||
dnl find a compiler
|
dnl find a compiler
|
||||||
|
|
Loading…
Reference in a new issue