build: fix compiler warnings
authorThijs Vermeir <thijsvermeir@gmail.com>
Wed, 7 Apr 2010 11:47:02 +0000 (13:47 +0200)
committerThijs Vermeir <thijsvermeir@gmail.com>
Wed, 7 Apr 2010 11:48:12 +0000 (13:48 +0200)
fix warnings for all plugins that use: setlocale (LC_ALL...

gst-libs/gst/gst-i18n-plugin.h
gst/avi/gstavi.c

index dc16d47..fe597d2 100644 (file)
@@ -28,6 +28,8 @@
 
 #ifdef ENABLE_NLS
 
+#include <locale.h>
+
 #include "gettext.h" /* included with gettext distribution and copied */
 
 /* we want to use shorthand _() for translating and N_() for marking */
index bedc50b..38ef650 100644 (file)
 #include "gstavimux.h"
 #include "gstavisubtitle.h"
 
-#ifdef ENABLE_NLS
-#include <locale.h>
-#endif /* ENABLE_NLS */
-
 static gboolean
 plugin_init (GstPlugin * plugin)
 {