Fix compile error in the last commit

This commit is contained in:
Jan Schmidt 2009-01-28 21:40:11 +00:00 committed by Jan Schmidt
parent 0037635bf2
commit 9795e95f39

View file

@ -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