[Ffmpeg-devel] [PATCH] Staticise local functions
Diego 'Flameeyes' Pettenò
flameeyes
Sun Jun 25 14:06:39 CEST 2006
Always trying to clean up the interface for hidden visibility, I'm attaching a
new patch that marks a is_adx and av_frac_* functions static to their
respective units.
Those functions are not used anywhere else in ffmpeg, and thus make sense to
lock them down. This will not only remove those symbols from final libraries,
but also allow the compiler to do a better job as it can guess when inlining
them is convenient or not.
--
Diego "Flameeyes" Petten? - http://farragut.flameeyes.is-a-geek.org/
Gentoo/Alt lead, Gentoo/FreeBSD, Video, AMD64, Sound, PAM, KDE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg-staticise.patch
Type: text/x-diff
Size: 2737 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20060625/11d0c4b0/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20060625/11d0c4b0/attachment.pgp>
More information about the ffmpeg-devel
mailing list