mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
Make --disable-nls to work
Original commit message from CVS: * common/m4/gst-gettext.m4: * gst/gst-i18n-lib.h: Make --disable-nls to work
This commit is contained in:
parent
37fb068592
commit
fdbd97497f
3 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2007-04-18 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* common/m4/gst-gettext.m4:
|
||||||
|
* gst/gst-i18n-lib.h:
|
||||||
|
Make --disable-nls to work
|
||||||
|
|
||||||
2007-04-17 Wim Taymans <wim@fluendo.com>
|
2007-04-17 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* gst/gstconfig.h.in:
|
* gst/gstconfig.h.in:
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 9097e252e477e18182f08a032d8860bdee9a0416
|
Subproject commit 380281f0da9caa065cfe99a458b3538cc3f5d71a
|
|
@ -37,8 +37,6 @@
|
||||||
/* FIXME: if we need it, we can add Q_ as well, like in glib */
|
/* FIXME: if we need it, we can add Q_ as well, like in glib */
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#undef GETTEXT_PACKAGE /* could still be defined in config.h */
|
|
||||||
#define GETTEXT_PACKAGE NULL
|
|
||||||
#define _(String) String
|
#define _(String) String
|
||||||
#define N_(String) String
|
#define N_(String) String
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue