Commit e917fdc8 authored by Sébastien Toque's avatar Sébastien Toque Committed by Rafaël Carré

Android: fix large files support

Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent 79ee3e93
...@@ -76,6 +76,10 @@ static inline void vlc_rewinddir( DIR *dir ) ...@@ -76,6 +76,10 @@ static inline void vlc_rewinddir( DIR *dir )
# endif # endif
#endif #endif
#ifdef __ANDROID__
# define lseek lseek64
#endif
struct stat; struct stat;
VLC_API int vlc_stat( const char *filename, struct stat *buf ); VLC_API int vlc_stat( const char *filename, struct stat *buf );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment