Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-Android
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
eb4fbd0c
Commit
eb4fbd0c
authored
Jan 03, 2012
by
Edward Wang
Committed by
Jean-Baptiste Kempf
Jan 03, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update line numbers in push Android messages to stack patch
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
3410b999
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
patches/0003-Push-messages-to-Android-stack.patch
patches/0003-Push-messages-to-Android-stack.patch
+7
-7
No files found.
patches/0003-Push-messages-to-Android-stack.patch
View file @
eb4fbd0c
...
...
@@ -11,10 +11,10 @@ Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
3 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index
6f413fa..85e2a39
100644
index
e739e75..d4a8d4e
100644
--- a/configure.ac
+++ b/configure.ac
@@ -
530,6 +530
,7 @@
fi
@@ -
445,6 +445
,7 @@
fi
if test "${HAVE_ANDROID}" = "1"; then
AC_REPLACE_FUNCS([pthread_cancel])
...
...
@@ -23,10 +23,10 @@ index 6f413fa..85e2a39 100644
dnl
diff --git a/src/misc/messages.c b/src/misc/messages.c
index
8bc8b16..82aff49
100644
index
66bd62e..4308897
100644
--- a/src/misc/messages.c
+++ b/src/misc/messages.c
@@ -22
4,10 +224
,17 @@
void vlc_vaLog (vlc_object_t *obj, int type, const char *module,
@@ -22
8,10 +228
,17 @@
void vlc_vaLog (vlc_object_t *obj, int type, const char *module,
va_list ap;
va_copy (ap, args);
...
...
@@ -43,9 +43,9 @@ index 8bc8b16..82aff49 100644
+#endif
va_end (ap);
vlc_rwlock_rdlock (&msg_lock);
#ifdef WIN32
diff --git a/src/posix/thread.c b/src/posix/thread.c
index
ed8dad5..5627f66
100644
index
9d9c771..d8a442b
100644
--- a/src/posix/thread.c
+++ b/src/posix/thread.c
@@ -136,6 +136,14 @@
static struct timespec mtime_to_ts (mtime_t date)
...
...
@@ -93,5 +93,5 @@ index ed8dad5..5627f66 100644
fflush (stderr);
--
1.7.
4.1
1.7.
5.4
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