OSDN Git Service

Force inlining of avutil common routines
authorJason Garrett-Glaser <jason@x264.com>
Wed, 16 Feb 2011 18:20:54 +0000 (10:20 -0800)
committerJason Garrett-Glaser <jason@x264.com>
Thu, 17 Feb 2011 23:25:25 +0000 (15:25 -0800)
commiteb3755a5aa65da685d81399cfae4bd35e4a178b6
tree503ba2342f1cd61e10ee5ed310f3a839fd9a65e8
parentbcf4568f183055331415ba230e82af6d59faac1c
Force inlining of avutil common routines

On some versions of gcc, these weren't always getting inlined due to hitting
the inline cap limit in some files.  This is generally bad, as most of these
functions are smaller inlined than not.
libavutil/arm/intmath.h
libavutil/common.h