This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Gcc attribute may_alias is not supported (or silently ignored) by all supported compilers.
Originally committed as revision 21917 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Carl Eugen Hoyos
16 years ago
parent
2e5195646d
commit
8e339d4aa0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavutil/internal.h
+ 1
- 1
libavutil/internal.h
View File
@@ -56,7 +56,7 @@
#endif
#ifndef av_alias
#if HAVE_ATTRIBUTE_MAY_ALIAS
#if HAVE_ATTRIBUTE_MAY_ALIAS
&& (!defined(__ICC) || __ICC > 1110) && AV_GCC_VERSION_AT_LEAST(3,3)
# define av_alias __attribute__((may_alias))
#else
# define av_alias
Write
Preview
Loading…
Cancel
Save