From 1f998895f48e1886ed64f91443a4968b82bfda64 Mon Sep 17 00:00:00 2001 From: James Stembridge Date: Fri, 31 Jan 2003 15:56:31 +0000 Subject: Change few remaining printf's to match xine style CVS patchset: 4062 CVS date: 2003/01/31 15:56:31 --- src/video_out/vidix/drivers/mga_vid.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/video_out/vidix/drivers/mga_vid.c b/src/video_out/vidix/drivers/mga_vid.c index bda04bc8f..04fd95f4d 100644 --- a/src/video_out/vidix/drivers/mga_vid.c +++ b/src/video_out/vidix/drivers/mga_vid.c @@ -119,7 +119,11 @@ static int mga_next_frame = 0; static vidix_capability_t mga_cap = { +#ifdef CRTC2 + "Matrox MGA G200/G4x0/G5x0 YUV Video - with TV-out (second-head) support", +#else "Matrox MGA G200/G4x0/G5x0 YUV Video", +#endif "Aaron Holtzman, Arpad Gereoffy, Alex Beregszaszi, Nick Kurshev", TYPE_OUTPUT, { 0, 0, 0, 0 }, @@ -1385,7 +1389,7 @@ int VIDIX_NAME(vixInit)(const char *args) mga_irq=-1; } #else - printf("syncfb (mga): IRQ disabled in mga_vid.c\n"); + printf(MGA_MSG" IRQ support disabled\n"); mga_irq=-1; #endif #ifdef CRTC2 -- cgit v1.2.3