plugins: Don't force 64-bit file/seek functions variants on android
authorMatthew Waters <matthew@centricular.com>
Tue, 13 Feb 2018 11:20:18 +0000 (22:20 +1100)
committerMatthew Waters <matthew@centricular.com>
Fri, 2 Mar 2018 07:25:21 +0000 (18:25 +1100)
commit5a5a548b0918390d0c8cf9dfc3d61e19eb829073
tree0078ce268dad22c1dc4c1b474a328bb428bd5f92
parentcbe24ecc8953c8fca48d3be22b173d8f6aa6ec2d
plugins: Don't force 64-bit file/seek functions variants on android

Most functions are automatically chosen from the _FILE_OFFSET_BITS
define, the remaining one (fstat) is only available on API >= 21 so
check for that
plugins/elements/gstfdsink.c
plugins/elements/gstfdsrc.c
plugins/elements/gstfilesink.c
plugins/elements/gstfilesrc.c
plugins/elements/gstqueue2.c
plugins/elements/gstsparsefile.c