[xiph-commits] r12846 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Tue Apr 10 07:39:30 PDT 2007


Author: j
Date: 2007-04-10 07:39:28 -0700 (Tue, 10 Apr 2007)
New Revision: 12846

Modified:
   trunk/ffmpeg2theora/configure.ac
Log:
support large files, looks like ogg output was limited to 2GB

Modified: trunk/ffmpeg2theora/configure.ac
===================================================================
--- trunk/ffmpeg2theora/configure.ac	2007-04-10 14:11:49 UTC (rev 12845)
+++ trunk/ffmpeg2theora/configure.ac	2007-04-10 14:39:28 UTC (rev 12846)
@@ -7,6 +7,8 @@
 AC_PROG_CC
 AM_PROG_LIBTOOL
 
+AC_SYS_LARGEFILE
+
 AC_MSG_CHECKING(whether to link statically)
 AC_ARG_WITH(static-linking,
 [  --with-static-linking   Link binaries statically],



More information about the commits mailing list