diff options
author | vektor <devnull@localhost> | 2003-10-22 21:30:04 +0000 |
---|---|---|
committer | vektor <devnull@localhost> | 2003-10-22 21:30:04 +0000 |
commit | 7a76e92c1459376f0978bfeea746faf35bae0945 (patch) | |
tree | 94067bc9ca7d6c4dedf33fe8155e76205ec49fad /src/tvtimeconf.c | |
parent | 51c7c68220584079849e67c7453e8427e0f1a0a8 (diff) |
22 Oct 2003 Billy Biggs <vektor@dumbterm.net>
* tvtime/src/xmgaoutput.h: Removed the xmga output layer.
* tvtime/src/xmgaoutput.c: Ibid.
* tvtime/src/tvtime.c: Removed references to xmga.
* tvtime/src/tvtimeconf.c: Removed references to xmga.
* tvtime/src/Makefile.am: Removed xmga from the build.
Diffstat (limited to 'src/tvtimeconf.c')
-rw-r--r-- | src/tvtimeconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tvtimeconf.c b/src/tvtimeconf.c index 4e05128..1be7c3c 100644 --- a/src/tvtimeconf.c +++ b/src/tvtimeconf.c @@ -649,7 +649,7 @@ static void print_usage( char **argv ) lfputs( _(" -c, --channel=CHANNEL Tune to the specified channel on startup.\n"), stderr ); lfputs( _(" -d, --device=DEVICE video4linux device (defaults to /dev/video0).\n"), stderr ); lfputs( _(" -D, --driver=NAME Output driver to use: Xv, DirectFB, mga,\n" - " xmga, matroxtv or SDL (defaults to Xv).\n"), stderr ); + " matroxtv or SDL (defaults to Xv).\n"), stderr ); lfputs( _(" -f, --frequencies=NAME The frequency table to use for the tuner.\n" " (defaults to us-cable).\n\n" " Valid values are:\n" @@ -702,7 +702,7 @@ static void print_config_usage( char **argv ) lfputs( _(" -c, --channel=CHANNEL Tune to the specified channel on startup.\n"), stderr ); lfputs( _(" -d, --device=DEVICE video4linux device (defaults to /dev/video0).\n"), stderr ); lfputs( _(" -D, --driver=NAME Output driver to use: Xv, DirectFB, mga,\n" - " xmga, matroxtv or SDL (defaults to Xv).\n"), stderr ); + " matroxtv or SDL (defaults to Xv).\n"), stderr ); lfputs( _(" -f, --frequencies=NAME The frequency table to use for the tuner.\n" " (defaults to us-cable).\n\n" " Valid values are:\n" |