build: fix compiler warnings
fix warnings for all plugins that use: setlocale (LC_ALL...
This commit is contained in:
parent
1e5bb1c300
commit
d17ad171c9
@ -28,6 +28,8 @@
|
|||||||
|
|
||||||
#ifdef ENABLE_NLS
|
#ifdef ENABLE_NLS
|
||||||
|
|
||||||
|
#include <locale.h>
|
||||||
|
|
||||||
#include "gettext.h" /* included with gettext distribution and copied */
|
#include "gettext.h" /* included with gettext distribution and copied */
|
||||||
|
|
||||||
/* we want to use shorthand _() for translating and N_() for marking */
|
/* we want to use shorthand _() for translating and N_() for marking */
|
||||||
|
@ -29,10 +29,6 @@
|
|||||||
#include "gstavimux.h"
|
#include "gstavimux.h"
|
||||||
#include "gstavisubtitle.h"
|
#include "gstavisubtitle.h"
|
||||||
|
|
||||||
#ifdef ENABLE_NLS
|
|
||||||
#include <locale.h>
|
|
||||||
#endif /* ENABLE_NLS */
|
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user