Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] vdr-mailbox-0.1.6 with vdr-1.2.6 + ElchiAIO4



Hello all

FYI: Unfortunately ElchiAIO4 for vdr-1.2.6 avoids a clean compilation of vdr-mailbox-0.1.6 because 'fontOsd2' (ElchiAIO3) was replaced by 'fontSml' (ElchiAIO4).

To compile vdr-mailbox-0.1.6 with vdr-1.2.6-ElchiAIO4, simply change line 68 in PLUGINS/src/mailbox-0.1.6/AxPluginGlobals.h from

# define SMALL_FONT_ENUM fontOsd2

to

# define SMALL_FONT_ENUM fontSml

or apply the attached patch.

For vdr-1.3.x with ElchiAIO4 this patch isn't necessary because the plugin uses the correct value 'fontSml' which was introduced by Klaus in vdr-1.3.x.

bye, Alex
diff -Nur mailbox-0.1.6-org/AxPluginGlobals.h mailbox-0.1.6/AxPluginGlobals.h
--- mailbox-0.1.6-org/AxPluginGlobals.h	2004-01-17 19:14:48.000000000 +0100
+++ mailbox-0.1.6/AxPluginGlobals.h	2004-01-31 10:37:48.000000000 +0100
@@ -65,7 +65,7 @@
 #    define HAVE_ELCHI        1
 #    ifndef HAVE_SMALL_FONT
 #      define HAVE_SMALL_FONT 1
-#      define SMALL_FONT_ENUM fontOsd2
+#      define SMALL_FONT_ENUM fontSml
 #    endif
 #  else
 #    define HAVE_ELCHI        0

Home | Main Index | Thread Index