mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
configure.ac: check for large file support.
Original commit message from CVS: * configure.ac: check for large file support.
This commit is contained in:
parent
0cffe4be7d
commit
b7c415e7cb
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-06-06 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
check for large file support.
|
||||||
|
|
||||||
2007-06-05 Sebastian Dröge <slomo@circular-chaos.org>
|
2007-06-05 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
Based on a patch by Sven Arvidsson <sa at whiz dot se>:
|
Based on a patch by Sven Arvidsson <sa at whiz dot se>:
|
||||||
|
|
|
@ -160,6 +160,10 @@ dnl common/m4/gst-arch.m4
|
||||||
dnl check CPU type
|
dnl check CPU type
|
||||||
AG_GST_ARCH
|
AG_GST_ARCH
|
||||||
|
|
||||||
|
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