Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
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
videolan
vlc
Commits
f2ade226
Commit
f2ade226
authored
Sep 17, 2014
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: fix compilation for Android
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
7dce48d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
contrib/src/gpg-error/gpgerror-android.patch
contrib/src/gpg-error/gpgerror-android.patch
+14
-0
contrib/src/gpg-error/rules.mak
contrib/src/gpg-error/rules.mak
+1
-0
No files found.
contrib/src/gpg-error/gpgerror-android.patch
0 → 100644
View file @
f2ade226
--- libgpg-error/src/gpgrt-int.h.orig 2014-09-17 15:23:22.992333706 +0200
+++ libgpg-error/src/gpgrt-int.h 2014-09-17 15:23:52.772783925 +0200
@@ -105,9 +105,9 @@
int _gpgrt_fflush (gpgrt_stream_t stream);
int _gpgrt_fseek (gpgrt_stream_t stream, long int offset, int whence);
-int _gpgrt_fseeko (gpgrt_stream_t stream, off_t offset, int whence);
+int _gpgrt_fseeko (gpgrt_stream_t stream, gpgrt_off_t offset, int whence);
long int _gpgrt_ftell (gpgrt_stream_t stream);
-off_t _gpgrt_ftello (gpgrt_stream_t stream);
+gpgrt_off_t _gpgrt_ftello (gpgrt_stream_t stream);
void _gpgrt_rewind (gpgrt_stream_t stream);
int _gpgrt_fgetc (gpgrt_stream_t stream);
contrib/src/gpg-error/rules.mak
View file @
f2ade226
...
@@ -13,6 +13,7 @@ ifdef HAVE_WIN32
...
@@ -13,6 +13,7 @@ ifdef HAVE_WIN32
$(APPLY)
$(SRC)
/gpg-error/windres-make.patch
$(APPLY)
$(SRC)
/gpg-error/windres-make.patch
endif
endif
$(APPLY)
$(SRC)
/gpg-error/missing-unistd-include.patch
$(APPLY)
$(SRC)
/gpg-error/missing-unistd-include.patch
$(APPLY)
$(SRC)
/gpg-error/gpgerror-android.patch
$(MOVE)
$(MOVE)
cp
$@
/src/syscfg/lock-obj-pub.arm-unknown-linux-androideabi.h
$@
/src/syscfg/lock-obj-pub.linux-android.h
cp
$@
/src/syscfg/lock-obj-pub.arm-unknown-linux-androideabi.h
$@
/src/syscfg/lock-obj-pub.linux-android.h
ifdef
HAVE_IOS
ifdef
HAVE_IOS
...
...
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