mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
colorspace: Inverse -base version check logic to actually make sense
This commit is contained in:
parent
7ad651c3ff
commit
a1994b59f5
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ GST_DEBUG_CATEGORY (colorspace_debug);
|
|||
#define GST_CAT_DEFAULT colorspace_debug
|
||||
GST_DEBUG_CATEGORY (colorspace_performance);
|
||||
|
||||
#if !GST_CHECK_PLUGINS_BASE_VERSION(0, 10, 32)
|
||||
#if GST_CHECK_PLUGINS_BASE_VERSION(0, 10, 32)
|
||||
#define VIDEO_CAPS_RGB8_PALETTED \
|
||||
GST_VIDEO_CAPS_RGB8_PALETTED "; "
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue