Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
410bf273
Commit
410bf273
authored
Feb 16, 2007
by
Michael Niedermayer
Browse files
av_noinline
Originally committed as revision 7992 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
e28630fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
libavutil/common.h
View file @
410bf273
...
...
@@ -44,8 +44,10 @@
#ifndef av_always_inline
#if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > 0)
# define av_always_inline __attribute__((always_inline)) inline
# define av_noinline __attribute__((noinline))
#else
# define av_always_inline inline
# define av_noinline
#endif
#endif
...
...
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