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 };