mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
libvisual: include string.h for strcmp()
This commit is contained in:
parent
0c87032e59
commit
b9f8a26f62
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
||||||
#include <gst/video/gstvideopool.h>
|
#include <gst/video/gstvideopool.h>
|
||||||
#include <gst/audio/audio.h>
|
#include <gst/audio/audio.h>
|
||||||
#include <libvisual/libvisual.h>
|
#include <libvisual/libvisual.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#define GST_TYPE_VISUAL (gst_visual_get_type())
|
#define GST_TYPE_VISUAL (gst_visual_get_type())
|
||||||
#define GST_IS_VISUAL(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_VISUAL))
|
#define GST_IS_VISUAL(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_VISUAL))
|
||||||
|
|
Loading…
Reference in a new issue