summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-28 10:19:49 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-28 10:19:49 +0000
commit4aeb0a76c92b0573e149ac1d6bfee5c1f5c39667 (patch)
treeadf1fbdc82e1b8074fd592a963f71b5b25be3c45 /libvo
parentdae741ea25c6e7048459493da340f9cffc06fd8e (diff)
downloadmpv-4aeb0a76c92b0573e149ac1d6bfee5c1f5c39667.tar.bz2
mpv-4aeb0a76c92b0573e149ac1d6bfee5c1f5c39667.tar.xz
support for latest CVS, patch by Ville Syrjala
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11867 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-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
};