mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
build: fix compiler warnings
fix warnings for all plugins that use: setlocale (LC_ALL...
This commit is contained in:
parent
1e5bb1c300
commit
d17ad171c9
2 changed files with 2 additions and 4 deletions
|
@ -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…
Reference in a new issue