git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9649521
)
include/vlc_common.h: Define gettext() as a no-op when --disable-nls is used. (Fix...
author
Pierre d'Herbemont
<pdherbemont@videolan.org>
Wed, 19 Dec 2007 13:31:14 +0000
(13:31 +0000)
committer
Pierre d'Herbemont
<pdherbemont@videolan.org>
Wed, 19 Dec 2007 13:31:14 +0000
(13:31 +0000)
include/vlc_common.h
patch
|
blob
|
history
diff --git
a/include/vlc_common.h
b/include/vlc_common.h
index
aaf9814
..
121a062
100644
(file)
--- a/
include/vlc_common.h
+++ b/
include/vlc_common.h
@@
-1208,6
+1208,7
@@
VLC_EXPORT( unsigned, vlc_CPU, ( void ) );
#else
# define _(String) (String)
# define N_(String) (String)
+# define gettext(String) (String)
#endif
/*****************************************************************************