Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
libdvdread
Commits
59332a29
Commit
59332a29
authored
Jun 05, 2014
by
Jean-Baptiste Kempf
Browse files
Support Android
I will not comment more on the stupidity of bionic...
parent
75f8601e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dvd_input.h
View file @
59332a29
...
...
@@ -42,6 +42,13 @@ typedef struct dvd_input_s *dvd_input_t;
# define wstat _wstati64
#endif
#ifdef __ANDROID__
# undef lseek
# define lseek lseek64
# undef off_t
# define off_t off64_t
#endif
/**
* Function pointers that will be filled in by the input implementation.
* These functions provide the main API.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment