[x264-devel] [PATCH 20/32] Generate a header listing every symbol that needs to be duplicated

Luca Barbato lu_zero at gentoo.org
Mon Jan 23 17:43:56 CET 2017


On 23/01/2017 17:16, Derek Buitenhuis wrote:
> On 1/20/2017 2:20 PM, Vittorio Giovara wrote:
>> tools/api.list     | 446
>> +++++++++++++++++++++++++++++++++++++++++++++++++++++
> 
> With both this, and the ASM .list patch, I wonder... do you *really*
> need to maintain a giant symbol list? It seems like a half-hearted
> way to go about this.
> 

Alternatively we could go and add a specific suffix to all those symbols
and generate the list automatically using a simple grep+sed.

Since it would be severely more invasive we preferred to avoid it.

We have the list so we can do easily the symbol rename in the code anytime.

lu


More information about the x264-devel mailing list