filesink: Remove buffer, deprecate line-buffer mode and don't use fflush()
[platform/upstream/gstreamer.git] / plugins / elements / gstfdsrc.c
index 963bcbd..6d61efe 100644 (file)
 #include "gstfdsrc.h"
 
 #ifdef __BIONIC__               /* Android */
-#undef lseek
-#define lseek lseek64
+#if defined(__ANDROID_API__) && __ANDROID_API__ >= 21
 #undef fstat
 #define fstat fstat64
 #endif
+#endif
 
 static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",
     GST_PAD_SRC,