mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
disable debug build fix
Original commit message from CVS: disable debug build fix
This commit is contained in:
parent
c70fedc476
commit
a32a305d1a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue