mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
ringbuffer: fix build against core that has debugging disabled
The macro is called GST_DISABLE_GST_DEBUG, not GST_DISABLE_DEBUG.
This commit is contained in:
parent
7dbefedeef
commit
e4e8417eeb
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ build_linear_format (int depth, int width, int unsignd, int big_endian)
|
|||
return formats;
|
||||
}
|
||||
|
||||
#ifndef GST_DISABLE_DEBUG
|
||||
#ifndef GST_DISABLE_GST_DEBUG
|
||||
static const gchar *format_type_names[] = {
|
||||
"linear",
|
||||
"float",
|
||||
|
|
Loading…
Reference in a new issue