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
Showing
- plugins/elements/gstfdsink.c 3 additions, 5 deletionsplugins/elements/gstfdsink.c
- plugins/elements/gstfdsrc.c 2 additions, 2 deletionsplugins/elements/gstfdsrc.c
- plugins/elements/gstfilesink.c 3 additions, 10 deletionsplugins/elements/gstfilesink.c
- plugins/elements/gstfilesrc.c 2 additions, 4 deletionsplugins/elements/gstfilesrc.c
- plugins/elements/gstqueue2.c 0 additions, 4 deletionsplugins/elements/gstqueue2.c
- plugins/elements/gstsparsefile.c 0 additions, 7 deletionsplugins/elements/gstsparsefile.c
Loading
Please register or sign in to comment