summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2007-09-12 13:10:28 +0000
committerphintuka <phintuka>2007-09-12 13:10:28 +0000
commite2650fc29ca428caf893e93f83a1895b7fc1afe4 (patch)
treedb301a4939e2624c83ca2eeff3292e1da67b6a65
parent77882f928377acbcd07c0efd972337de9c322fe2 (diff)
downloadxineliboutput-e2650fc29ca428caf893e93f83a1895b7fc1afe4.tar.gz
xineliboutput-e2650fc29ca428caf893e93f83a1895b7fc1afe4.tar.bz2
trNOOP and trVDR for older VDRs
-rw-r--r--i18n.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/i18n.h b/i18n.h
index 90ec4929..357fe4a8 100644
--- a/i18n.h
+++ b/i18n.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: i18n.h,v 1.1 2006-06-03 09:50:54 phintuka Exp $
+ * $Id: i18n.h,v 1.2 2007-09-12 13:10:28 phintuka Exp $
*
*/
@@ -15,4 +15,12 @@
extern const tI18nPhrase Phrases[];
+#ifndef trNOOP
+# define trNOOP(s) (s)
+#endif
+
+#ifndef trVDR
+# define trVDR(s) tr(s)
+#endif
+
#endif //__XINELIBOUTPUT_I18N_H