mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +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 "gstavisubtitle.h"
|
||||
|
||||
#ifdef ENABLE_NLS
|
||||
#include <locale.h>
|
||||
#endif /* ENABLE_NLS */
|
||||
|
||||
static gboolean
|
||||
plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue