mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
make taaz happy
Original commit message from CVS: make taaz happy
This commit is contained in:
parent
2d18c103fb
commit
97b5907cf6
1 changed files with 7 additions and 0 deletions
|
@ -167,6 +167,13 @@ HAVE_LIBMMX="no"
|
|||
AC_MSG_RESULT(no)
|
||||
)
|
||||
|
||||
dnl
|
||||
dnl We should really use AC_SYS_LARGEFILE, but the problem is
|
||||
dnl many of the plugins don't include "config.h". To assure
|
||||
dnl binary compatibility, it is necessary that all gstreamer
|
||||
dnl code be compiled with the same sizeof(off_t), so we use
|
||||
dnl the following crude hack.
|
||||
dnl
|
||||
|
||||
AC_MSG_CHECKING(for large file support)
|
||||
AC_TRY_RUN([
|
||||
|
|
Loading…
Reference in a new issue