# HG changeset patch # User mru # Date 1203461428 0 # Node ID f40477ade12253166d26697aa08cd84d0c1e5a58 # Parent 47ff4bd209cd5526eb103208f9c27085fca4e942 Clean up lib* version definitions Updating version numbers now requires changing only one place. diff -r 47ff4bd209cd -r f40477ade122 postprocess.h --- a/postprocess.h Sat Feb 02 21:24:54 2008 +0000 +++ b/postprocess.h Tue Feb 19 22:50:28 2008 +0000 @@ -27,8 +27,10 @@ * external api for the pp stuff */ -#define LIBPOSTPROC_VERSION_INT ((51<<16)+(1<<8)+0) -#define LIBPOSTPROC_VERSION 51.1.0 +#define LIBPOSTPROC_VERSION_TRIPLET 51,1,0 + +#define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_TRIPLET) +#define LIBPOSTPROC_VERSION AV_VERSION(LIBPOSTPROC_VERSION_TRIPLET) #define LIBPOSTPROC_BUILD LIBPOSTPROC_VERSION_INT #define LIBPOSTPROC_IDENT "postproc" AV_STRINGIFY(LIBPOSTPROC_VERSION)