summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/vo_dfbmga.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libvo/vo_dfbmga.c b/libvo/vo_dfbmga.c
index c4efa8d190..601be0b3be 100644
--- a/libvo/vo_dfbmga.c
+++ b/libvo/vo_dfbmga.c
@@ -404,7 +404,11 @@ preinit( const char *arg )
if (use_crtc2) {
struct layer_enum l = {
+#if DIRECTFBVERSION > 920
+ "Matrox CRTC2 Layer",
+#else
"Matrox CRTC2",
+#endif
&crtc2,
DFB_UNSUPPORTED
};