mirror of https://github.com/mpv-player/mpv
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:
parent
dae741ea25
commit
4aeb0a76c9
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue