[gst-cvs] CVS: gstreamer configure.base,1.81,1.82
Joshua Pritikin
jpritikin at users.sourceforge.net
Fri Sep 14 09:59:02 PDT 2001
Update of /cvsroot/gstreamer/gstreamer
In directory usw-pr-cvs1:/tmp/cvs-serv18766
Modified Files:
configure.base
Log Message:
make taaz happy
Index: configure.base
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/configure.base,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- configure.base 2001/09/14 15:57:46 1.81
+++ configure.base 2001/09/14 16:58:15 1.82
@@ -167,6 +167,13 @@
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([
More information about the Gstreamer-commits
mailing list