mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
Fix compile error in the last commit
This commit is contained in:
parent
0037635bf2
commit
9795e95f39
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,8 @@ static GstStateChangeReturn gst_pulsesink_change_state (GstElement *
|
|||
|
||||
static void gst_pulsesink_init_interfaces (GType type);
|
||||
|
||||
static gboolean gst_pulsesink_is_dead (GstPulseSink * pulsesink);
|
||||
|
||||
#if (G_BYTE_ORDER == G_LITTLE_ENDIAN)
|
||||
# define ENDIANNESS "LITTLE_ENDIAN, BIG_ENDIAN"
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue