• Martin Storsjö's avatar
    libavutil: Hook up the rest of the gcc specific attributes to clang as well · 8e234615
    Martin Storsjö authored
    Hook up all attributes that don't have a MSVC specific version at the
    moment.
    
    See f637046d for details.
    
    These don't seem to be critical for building with clang in MSVC mode
    though, and thus haven't been hooked up until now.
    
    These seem to build fine with as old clang as 3.3 at least.
    (clang 3.3 disguises itself as gcc 4.2 normally, so all of these
    have been used for clang before, except for av_cold.)
    
    The clang version numbers themselves are useless for detecting what
    attributes are available, since Apple's clang builds use a completely
    different versioning (presenting itself as e.g. clang 8.0 instead
    of 3.8).
    Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
    8e234615
Name
Last commit
Last update
avbuild Loading commit data...
avtools Loading commit data...
compat Loading commit data...
doc Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavresample Loading commit data...
libavutil Loading commit data...
libswscale Loading commit data...
presets Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README Loading commit data...
README.md Loading commit data...
RELEASE Loading commit data...
configure Loading commit data...