fdsink: enable large file support in Android

https://bugzilla.gnome.org/show_bug.cgi?id=758980
This commit is contained in:
Reynaldo H. Verdejo Pinochet 2015-12-11 22:14:32 -08:00 committed by Sebastian Dröge
parent 6a4d0f27a7
commit ef9a101727

View file

@ -68,6 +68,15 @@
#define off_t guint64
#endif
#ifdef __BIONIC__ /* Android */
#undef lseek
#define lseek lseek64
#undef fstat
#define fstat fstat64
#undef off_t
#define off_t guint64
#endif
static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_SINK,
GST_PAD_ALWAYS,