disable debug build fix

Original commit message from CVS:
disable debug build fix
This commit is contained in:
Thomas Vander Stichele 2005-02-24 23:41:57 +00:00
parent c70fedc476
commit a32a305d1a

View file

@ -80,11 +80,13 @@ _syscall0 (pid_t, gettid)
}; };
#ifndef GST_DISABLE_GST_DEBUG
static gchar *gst_fairscheduler_ct_state_names[] = { static gchar *gst_fairscheduler_ct_state_names[] = {
"stopped", "stopped",
"suspended", "suspended",
"running" "running"
}; };
#endif
/* /*