diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-06-12 12:22:25 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-06-12 12:22:25 +0000 |
commit | 6c5572a3e91e95c7f92f1110fac91caa241a9a87 (patch) | |
tree | 246923aadffab6a78dbbe22865245a5dfb17b597 /src/dxr3/dxr3.h | |
parent | 184079276271955bc74954b0cc96298cb5ec4366 (diff) | |
download | xine-lib-6c5572a3e91e95c7f92f1110fac91caa241a9a87.tar.gz xine-lib-6c5572a3e91e95c7f92f1110fac91caa241a9a87.tar.bz2 |
Remove no more needed XINE_LOGO.
Internationalize all config related stuff.
Fix not registered mrl ending in roq/film demuxer.
Add bindtextdomain() calls in load_plugins (for audio/video out plugins).
CVS patchset: 2066
CVS date: 2002/06/12 12:22:25
Diffstat (limited to 'src/dxr3/dxr3.h')
-rw-r--r-- | src/dxr3/dxr3.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/dxr3/dxr3.h b/src/dxr3/dxr3.h index c17708e11..b898f7369 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.2 2002/05/24 22:09:44 miguelfreitas Exp $ + * $Id: dxr3.h,v 1.3 2002/06/12 12:22:34 f1rmb Exp $ */ #ifndef HAVE_DXR3_H @@ -25,13 +25,16 @@ #include <linux/em8300.h> +#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_NAME _("Dxr3: Device Name") +#define CONF_HELP _("The device file of the dxr3 mpeg decoder card control device.") /* image format used by dxr3_decoder to tag undecoded mpeg data */ #define IMGFMT_MPEG (('G'<<24)|('E'<<16)|('P'<<8)|'M') #endif + |