From 2a189c2214294e2cc54e29634fe7ba712696abbf Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Sat, 24 Jul 2004 16:07:01 +0000 Subject: [PATCH] Disable NLS for now literaly export GST_CAT_DEFAULT Original commit message from CVS: Disable NLS for now literaly export GST_CAT_DEFAULT --- ChangeLog | 16 ++++++++++++++++ gst/gstinfo.h | 2 +- win32/config.h | 3 ++- win32/gst-inspect.vcproj | 16 ++++++++-------- win32/gst-launch.vcproj | 16 ++++++++-------- win32/vs7/gst-inspect.vcproj | 16 ++++++++-------- win32/vs7/gst-launch.vcproj | 16 ++++++++-------- 7 files changed, 51 insertions(+), 34 deletions(-) diff --git a/ChangeLog b/ChangeLog index 43aa94b..86101e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,21 @@ 2004-07-24 Steve Lhomme + * gst/gstinfo.h: + Marc was right, we need to export literraly GST_CAT_DEFAULT + +2004-07-24 Steve Lhomme + + * win32/config.h: + NLS crashes in gettext, disabled until this is solved + +2004-07-24 Steve Lhomme + + * win32/gst-inspect.vcproj: + * win32/gst-launch.vcproj: + Should use NLS when available + +2004-07-24 Steve Lhomme + * gst/registries/gstxmlregistry.c: removing the file doesn't seem to be a good idea on Linux diff --git a/gst/gstinfo.h b/gst/gstinfo.h index 90f08cf..fb2570d 100644 --- a/gst/gstinfo.h +++ b/gst/gstinfo.h @@ -276,7 +276,7 @@ GSList * gchar * gst_debug_construct_term_color (guint colorinfo); -extern GstDebugCategory * GST_CAT_DEFAULT; +GST_EXPORT GstDebugCategory * GST_CAT_DEFAULT; /* this symbol may not be used */ extern gboolean __gst_debug_enabled; diff --git a/win32/config.h b/win32/config.h index f9f65a2..3897a62 100644 --- a/win32/config.h +++ b/win32/config.h @@ -1,7 +1,8 @@ /* config.h.in. Generated from configure.ac by autoheader. */ /* always defined to indicate that i18n is enabled */ -#define ENABLE_NLS 1 +/*#define ENABLE_NLS 1*/ +#undef ENABLE_NLS /* gettext package name */ #define GETTEXT_PACKAGE "gstreamer-0.8" diff --git a/win32/gst-inspect.vcproj b/win32/gst-inspect.vcproj index 65cb2df..8b7d63c 100644 --- a/win32/gst-inspect.vcproj +++ b/win32/gst-inspect.vcproj @@ -20,8 +20,8 @@