Commit 041711e
committed
Work around broken largefile on older android
Apparently requesting 64-bit file support on Android
api versions prior to 24 results in missing `ftello()`
and `fseeko()` declarations and other problems.
The idea of this fix is to just limit such builds to
32-bit files.
Change contributed by Vy Nguyen, originally in
#171 parent 3ecc22a commit 041711e
1 file changed
+11
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
0 commit comments