mirror of https://github.com/mpv-player/mpv
typo in preprocessor condition
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25532 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
13e29fcfe2
commit
1686f19335
|
@ -1164,7 +1164,7 @@ static int mga_init(void)
|
|||
mga_vid_in_use = 0;
|
||||
|
||||
printf("Matrox MGA G200/G400/G450 YUV Video interface v2.01 (c) Aaron Holtzman & A'rpi\n");
|
||||
#ifdef CRCT2
|
||||
#ifdef CRTC2
|
||||
printf("Driver compiled with TV-out (second-head) support\n");
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue