summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-27 12:27:10 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-27 12:27:10 +0000
commit1686f19335020455a871027611bc1d7d6da486d5 (patch)
tree54631313c92a71a40e3c23134b76b424ff675b39 /vidix
parent13e29fcfe2be8f3cc23b8f8c383cdb7f13ea5777 (diff)
downloadmpv-1686f19335020455a871027611bc1d7d6da486d5.tar.bz2
mpv-1686f19335020455a871027611bc1d7d6da486d5.tar.xz
typo in preprocessor condition
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25532 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix')
-rw-r--r--vidix/mga_vid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/mga_vid.c b/vidix/mga_vid.c
index 9059a9f8e9..b0cef043d5 100644
--- a/vidix/mga_vid.c
+++ b/vidix/mga_vid.c
@@ -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