Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
b4e39098
Commit
b4e39098
authored
May 03, 2013
by
Johann
Committed by
Gerrit Code Review
May 03, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Add __inline__ to INLINE definition."
parents
cda5f992
9ebc99fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
build/make/configure.sh
build/make/configure.sh
+1
-1
No files found.
build/make/configure.sh
View file @
b4e39098
...
...
@@ -1185,7 +1185,7 @@ EOF
check_cc
<<
EOF
&& INLINE="inline"
static inline function() {}
EOF
check_cc
<<
EOF
&& INLINE="__attribute__((always_inline))"
check_cc
<<
EOF
&& INLINE="
__inline__
__attribute__((always_inline))"
static __attribute__((always_inline)) function() {}
EOF
...
...
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