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
7066acb7
Commit
7066acb7
authored
Mar 26, 2013
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: gmp: fix duplicate symbol definitions in gnutls
parent
8eec37a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
contrib/src/gmp/inline.diff
contrib/src/gmp/inline.diff
+12
-0
contrib/src/gmp/rules.mak
contrib/src/gmp/rules.mak
+1
-0
No files found.
contrib/src/gmp/inline.diff
0 → 100644
View file @
7066acb7
--- gmp-4.2.1/gmp-h.in.orig 2013-03-26 14:53:42.132617397 +0100
+++ gmp-4.2.1/gmp-h.in 2013-03-26 14:53:47.424617630 +0100
@@ -420,8 +420,7 @@
for an inline too, so as to correctly specify "dllimport" on windows, in
case the function is called rather than inlined. */
#ifdef __GNUC__
-#define __GMP_EXTERN_INLINE extern __inline__
-#define __GMP_INLINE_PROTOTYPES 1
+#define __GMP_EXTERN_INLINE static __inline__
#endif
/* DEC C (eg. version 5.9) supports "static __inline foo()", even in -std1
contrib/src/gmp/rules.mak
View file @
7066acb7
...
@@ -13,6 +13,7 @@ $(TARBALLS)/gmp-$(GMP_VERSION).tar.bz2:
...
@@ -13,6 +13,7 @@ $(TARBALLS)/gmp-$(GMP_VERSION).tar.bz2:
gmp
:
gmp-$(GMP_VERSION).tar.bz2 .sum-gmp
gmp
:
gmp-$(GMP_VERSION).tar.bz2 .sum-gmp
$(UNPACK)
$(UNPACK)
$(APPLY)
$(SRC)
/gmp/inline.diff
$(UPDATE_AUTOCONFIG)
$(UPDATE_AUTOCONFIG)
$(MOVE)
$(MOVE)
...
...
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