gst/gst-i18n-lib.h: check for ENABLE_NLS, not GETTEXT_PACKAGE
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 11 Oct 2005 16:05:16 +0000 (16:05 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 11 Oct 2005 16:05:16 +0000 (16:05 +0000)
commit03159ca232feeb8321afb74ae31984a9ecd8133b
tree2e4f4a258419a1705f552a461d53120b6d0c7ef0
parent3b9e6b3effbfc22843cd0d34e75e271d28fc3b5e
gst/gst-i18n-lib.h: check for ENABLE_NLS, not GETTEXT_PACKAGE

Original commit message from CVS:

* gst/gst-i18n-lib.h:
check for ENABLE_NLS, not GETTEXT_PACKAGE
* gst/gstregistry.c: (gst_registry_add_plugin),
(gst_registry_scan_path_level),
(_gst_registry_remove_cache_plugins):
protect possibly NULL strings
* gst/parse/types.h:
config.h already included before
* tools/gst-inspect.c: (main):
sys/wait.h also doesn´t exist on mingw, so change the ifdef check
check for ENABLE_NLS, not GETTEXT_PACKAGE
* tools/gst-launch.c: (main):
check for ENABLE_NLS, not GETTEXT_PACKAGE

This commit brought to you from msys/mingw
ChangeLog
gst/gst-i18n-lib.h
gst/gstregistry.c
gst/parse/types.h
tools/gst-inspect.c
tools/gst-launch.c