Clean up lib* version definitions
Updating version numbers now requires changing only one place. Originally committed as revision 12154 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cea9642014
commit
e97ac1e6f5
6 changed files with 27 additions and 11 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue