mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-07 04:11:26 +00:00
[MOVED FROM BAD 52/68] colorspace: Inverse -base version check logic to actually make sense
This commit is contained in:
parent
660b1af2dc
commit
45fc6162b5
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