~ppsspp/ppsspp/ffmpeg

« back to all changes in this revision

Viewing changes to libavutil/attributes.h

  • Committer: Henrik Rydgård
  • Date: 2014-01-03 10:44:32 UTC
  • Revision ID: git-v1:87c6c126784b1718bfa448ecf2e6a9fef781eb4e
Update our ffmpeg snapshot to a clone of the official repository.

This is because Maxim's at3plus support has been officially merged!

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
#    define av_cold
77
77
#endif
78
78
 
79
 
#if AV_GCC_VERSION_AT_LEAST(4,1)
 
79
#if AV_GCC_VERSION_AT_LEAST(4,1) && !defined(__llvm__)
80
80
#    define av_flatten __attribute__((flatten))
81
81
#else
82
82
#    define av_flatten