mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +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
|
||||
|
||||
#include <locale.h>
|
||||
|
||||
#include "gettext.h" /* included with gettext distribution and copied */
|
||||
|
||||
/* we want to use shorthand _() for translating and N_() for marking */
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue