summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2005-02-20 17:04:58 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2005-02-20 17:04:58 +0000
commit1a73f221fdf055c093e7b9c74d49795c6007b06e (patch)
treea0823bcedcd354fee15de360c4e6a91f7afdecb9 /src
parent17cfc0ebd5c052cc332ab4c857c03abd3f796e94 (diff)
downloadxine-lib-1a73f221fdf055c093e7b9c74d49795c6007b06e.tar.gz
xine-lib-1a73f221fdf055c093e7b9c74d49795c6007b06e.tar.bz2
**BUGFIX**
fixing compiler warning CVS patchset: 7423 CVS date: 2005/02/20 17:04:58
Diffstat (limited to 'src')
-rw-r--r--src/input/vcd/vcdplayer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/input/vcd/vcdplayer.h b/src/input/vcd/vcdplayer.h
index 67b0c95fd..08c49b444 100644
--- a/src/input/vcd/vcdplayer.h
+++ b/src/input/vcd/vcdplayer.h
@@ -1,5 +1,5 @@
/*
- $Id: vcdplayer.h,v 1.7 2005/01/08 11:59:27 rockyb Exp $
+ $Id: vcdplayer.h,v 1.8 2005/02/20 17:04:58 mroi Exp $
Copyright (C) 2002, 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
@@ -28,6 +28,7 @@
#include "libvcd/info.h"
#endif
+#ifndef _
#ifdef ENABLE_NLS
#include <locale.h>
# include <libintl.h>
@@ -36,6 +37,7 @@
/* Stubs that do something close enough. */
# define _(String) (String)
#endif
+#endif
/*------------------------------------------------------------------
DEBUGGING