]> git.sesse.net Git - x264/blobdiff - matroska.c
* configure: NSLU2 platform support (why oh why)
[x264] / matroska.c
index 430f51684e9c515235744f608fc3ab54eeac132d..fb7e4d0ca893e95f943e814639dc8127bcc01abf 100644 (file)
@@ -21,6 +21,9 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
+#define _LARGEFILE_SOURCE
+#define _FILE_OFFSET_BITS 64
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>