summaryrefslogtreecommitdiffstats
path: root/libMpegTPDec/src/version
diff options
context:
space:
mode:
Diffstat (limited to 'libMpegTPDec/src/version')
-rw-r--r--libMpegTPDec/src/version5
1 files changed, 5 insertions, 0 deletions
diff --git a/libMpegTPDec/src/version b/libMpegTPDec/src/version
index cda01c8..fc7e5f0 100644
--- a/libMpegTPDec/src/version
+++ b/libMpegTPDec/src/version
@@ -4,5 +4,10 @@
#define TP_LIB_VL1 3
#define TP_LIB_VL2 4
#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