build: fix compiler warnings

fix warnings for all plugins that use: setlocale (LC_ALL...
This commit is contained in:
Thijs Vermeir 2010-04-07 13:47:02 +02:00
parent 1e5bb1c300
commit d17ad171c9
2 changed files with 2 additions and 4 deletions

View 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 */

View file

@ -29,10 +29,6 @@
#include "gstavimux.h"
#include "gstavisubtitle.h"
#ifdef ENABLE_NLS
#include <locale.h>
#endif /* ENABLE_NLS */
static gboolean
plugin_init (GstPlugin * plugin)
{