[vlc-devel] [PATCH] hxxx: move the common H26x NAL parsing code in a common static library
Rémi Denis-Courmont
remi at remlab.net
Thu Nov 16 20:44:00 CET 2017
TBH, I don't really see the point of all these changes. If the library is static, then the code is still duplicated in the final output binary. And C code is not that slow to compile - unlike C++. In fact, if LTO is enabled, this saves almost nothing at all, since compilation is done in linker phase.
--
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.
More information about the vlc-devel
mailing list