Home | History | Annotate | Download | only in src
      1 
      2 /* library info */
      3 #define TP_LIB_VL0 2
      4 #define TP_LIB_VL1 3
      5 #define TP_LIB_VL2 7
      6 #define TP_LIB_TITLE "MPEG Transport"
      7 #ifdef __ANDROID__
      8 #define TP_LIB_BUILD_DATE ""
      9 #define TP_LIB_BUILD_TIME ""
     10 #else
     11 #define TP_LIB_BUILD_DATE __DATE__
     12 #define TP_LIB_BUILD_TIME __TIME__
     13 #endif
     14