]> git.sesse.net Git - ffmpeg/commitdiff
Merge commit '8e2346154e6d58b733fd20326ce706f82fd91b3e'
authorJames Almer <jamrial@gmail.com>
Sat, 21 Oct 2017 17:25:55 +0000 (14:25 -0300)
committerJames Almer <jamrial@gmail.com>
Sat, 21 Oct 2017 17:25:55 +0000 (14:25 -0300)
* commit '8e2346154e6d58b733fd20326ce706f82fd91b3e':
  libavutil: Hook up the rest of the gcc specific attributes to clang as well

Merged-by: James Almer <jamrial@gmail.com>
1  2 
libavutil/attributes.h

index e840ce8f7963cd69dcd1988cb1616b9541d6340b,053acd02e67c20100b81a7f5306b98a50fc8147f..ced108aa2c75afdf467f91a3faa1cb05af6e9726
  #   define av_alias
  #endif
  
- #if defined(__GNUC__) && !defined(__INTEL_COMPILER) && !defined(__clang__)
 -#if (defined(__GNUC__) || defined(__clang__)) && !defined(__ICC)
++#if (defined(__GNUC__) || defined(__clang__)) && !defined(__INTEL_COMPILER)
  #    define av_uninit(x) x=x
  #else
  #    define av_uninit(x) x