0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

support for latest CVS, patch by Ville Syrjala

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11867 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2004-01-28 10:19:49 +00:00
parent dae741ea25
commit 4aeb0a76c9

View File

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