diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-04-10 15:29:57 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-04-10 15:29:57 +0000 |
commit | 8709e54a06fe7001e4d29ecb1ff727571946ad37 (patch) | |
tree | 459c225d0d72101063e7f4b339187ab82a3d82d3 /src/dxr3/dxr3.h | |
parent | ff5c5208ea05402db639909336291ce940c13ec8 (diff) | |
download | xine-lib-8709e54a06fe7001e4d29ecb1ff727571946ad37.tar.gz xine-lib-8709e54a06fe7001e4d29ecb1ff727571946ad37.tar.bz2 |
improving config help strings
and dropping support for em8300 drivers older than 0.12.0
(this is older than two years)
CVS patchset: 6380
CVS date: 2004/04/10 15:29:57
Diffstat (limited to 'src/dxr3/dxr3.h')
-rw-r--r-- | src/dxr3/dxr3.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/dxr3/dxr3.h b/src/dxr3/dxr3.h index ea2371571..59bb439d2 100644 --- a/src/dxr3/dxr3.h +++ b/src/dxr3/dxr3.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dxr3.h,v 1.7 2003/12/09 00:02:29 f1rmb Exp $ + * $Id: dxr3.h,v 1.8 2004/04/10 15:29:57 mroi Exp $ */ #ifndef HAVE_DXR3_H @@ -28,10 +28,9 @@ #include "xine_internal.h" /* data for the device name config entry */ -#define CONF_LOOKUP "dxr3.devicename" -#define CONF_DEFAULT "/dev/em8300-0" -#define CONF_NAME _("Dxr3: Device Name") -#define CONF_HELP _("The device file of the dxr3 mpeg decoder card control device.") +#define CONF_KEY "dxr3.device_number" +#define CONF_NAME _("DXR3 device number") +#define CONF_HELP _("If you have more than one DXR3 in your computer, you can specify which one to use here.") /* image format used by dxr3_decoder to tag undecoded mpeg data */ #define XINE_IMGFMT_DXR3 (('3'<<24)|('R'<<16)|('X'<<8)|'D') |