Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
da496642
Commit
da496642
authored
Nov 12, 2011
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated patches to apply cleanly on the latest master
parent
fa11c4c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
patches/0002-Android-use-a-custom-poll-fixes-HTTP-playback.patch
.../0002-Android-use-a-custom-poll-fixes-HTTP-playback.patch
+1
-1
No files found.
patches/0002-Android-use-a-custom-poll-fixes-HTTP-playback.patch
View file @
da496642
...
...
@@ -21,7 +21,7 @@ index bd711c6..3ca0988 100644
+#elif defined (HAVE_MAEMO) || defined (__ANDROID__)
# include <poll.h>
# define poll(a, b, c) vlc_poll(a, b, c)
int vlc_poll (struct pollfd *, unsigned, int);
#endif
diff --git a/src/network/poll.c b/src/network/poll.c
index 24335c2..aa2e260 100644
--- a/src/network/poll.c
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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