mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-03 10:43:55 +00:00
avi: fix compiler warning
This commit is contained in:
parent
dc09ace2bd
commit
1e5bb1c300
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@
|
||||||
#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