aboutsummaryrefslogtreecommitdiffstats
path: root/libMpegTPDec/src/version
blob: 75e22c9a71fc0bd6ce9255970efe3ad41e19da7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* library info */
#define TP_LIB_VL0 2
#define TP_LIB_VL1 3
#define TP_LIB_VL2 7
#define TP_LIB_TITLE "MPEG Transport"
#ifdef __ANDROID__
#define TP_LIB_BUILD_DATE ""
#define TP_LIB_BUILD_TIME ""
#else
#define TP_LIB_BUILD_DATE __DATE__
#define TP_LIB_BUILD_TIME __TIME__
#endif