[libav-devel] [PATCH] build: Remove now unused symbol versioning code.

Martin Storsjö martin at martin.st
Wed Nov 2 13:14:49 CET 2011


On Wed, 2 Nov 2011, Diego Biurrun wrote:

> ---
> configure            |   21 +--------------------
> libavutil/internal.h |   28 ----------------------------
> 2 files changed, 1 insertions(+), 48 deletions(-)

This is useful whenever we move public functions from one library to 
another. Currently, there are no such ones, since the cases where it was 
used was removed after the last major bump, but if we want to move more 
functions in an upcoming bump, we'll need this again.

Sure, we could just revert the removal if we need to move other functions 
again, of course, but removing it breaks scripts that use --disable-symver 
for the periods of time when it isn't present.

// Martin


More information about the libav-devel mailing list