comparison postprocess.h @ 79:f40477ade122 libpostproc

Clean up lib* version definitions Updating version numbers now requires changing only one place.
author mru
date Tue, 19 Feb 2008 22:50:28 +0000
parents 47ff4bd209cd
children 279387224d8c
comparison
equal deleted inserted replaced
78:47ff4bd209cd 79:f40477ade122
25 * @file postprocess.h 25 * @file postprocess.h
26 * @brief 26 * @brief
27 * external api for the pp stuff 27 * external api for the pp stuff
28 */ 28 */
29 29
30 #define LIBPOSTPROC_VERSION_INT ((51<<16)+(1<<8)+0) 30 #define LIBPOSTPROC_VERSION_TRIPLET 51,1,0
31 #define LIBPOSTPROC_VERSION 51.1.0 31
32 #define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_TRIPLET)
33 #define LIBPOSTPROC_VERSION AV_VERSION(LIBPOSTPROC_VERSION_TRIPLET)
32 #define LIBPOSTPROC_BUILD LIBPOSTPROC_VERSION_INT 34 #define LIBPOSTPROC_BUILD LIBPOSTPROC_VERSION_INT
33 35
34 #define LIBPOSTPROC_IDENT "postproc" AV_STRINGIFY(LIBPOSTPROC_VERSION) 36 #define LIBPOSTPROC_IDENT "postproc" AV_STRINGIFY(LIBPOSTPROC_VERSION)
35 37
36 #define PP_QUALITY_MAX 6 38 #define PP_QUALITY_MAX 6