diff options
author | James Stembridge <jstembridge@users.sourceforge.net> | 2003-01-31 15:56:31 +0000 |
---|---|---|
committer | James Stembridge <jstembridge@users.sourceforge.net> | 2003-01-31 15:56:31 +0000 |
commit | 1f998895f48e1886ed64f91443a4968b82bfda64 (patch) | |
tree | e26a0f0bb54c2e585cc3d23d23c8e70e4c8672e0 /src | |
parent | c257a4a58dd9bff79a7eb5bfef9f2e30374bd02f (diff) | |
download | xine-lib-1f998895f48e1886ed64f91443a4968b82bfda64.tar.gz xine-lib-1f998895f48e1886ed64f91443a4968b82bfda64.tar.bz2 |
Change few remaining printf's to match xine style
CVS patchset: 4062
CVS date: 2003/01/31 15:56:31
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/vidix/drivers/mga_vid.c | 6 |
1 files changed, 5 insertions, 1 deletions
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 |