diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-11 16:05:16 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-11 16:05:16 +0000 |
commit | 03159ca232feeb8321afb74ae31984a9ecd8133b (patch) | |
tree | 2e4f4a258419a1705f552a461d53120b6d0c7ef0 /gst/parse | |
parent | 3b9e6b3effbfc22843cd0d34e75e271d28fc3b5e (diff) |
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
Diffstat (limited to 'gst/parse')
-rw-r--r-- | gst/parse/types.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gst/parse/types.h b/gst/parse/types.h index 3fa3588de..b973e3fcd 100644 --- a/gst/parse/types.h +++ b/gst/parse/types.h @@ -4,10 +4,6 @@ #include <glib-object.h> #include "../gstelement.h" -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - typedef struct { GstElement *src; GstElement *sink; |