fdsrc: enable large file support in Android
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Sat, 12 Dec 2015 09:06:43 +0000 (01:06 -0800)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Sat, 12 Dec 2015 21:13:54 +0000 (13:13 -0800)
https://bugzilla.gnome.org/show_bug.cgi?id=758980

plugins/elements/gstfdsrc.c

index cebca21..fe607de 100644 (file)
 
 #include "gstfdsrc.h"
 
+#ifdef __BIONIC__               /* Android */
+#undef lseek
+#define lseek lseek64
+#undef fstat
+#define fstat fstat64
+#endif
+
 static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",
     GST_PAD_SRC,
     GST_PAD_ALWAYS,