mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
ges: fix gnonlin version check
This commit is contained in:
parent
423e7078f9
commit
4198aebd18
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@
|
|||
#include "ges-internal.h"
|
||||
|
||||
#define GES_GNONLIN_VERSION_NEEDED_MAJOR 0
|
||||
#define GES_GNONLIN_VERSION_NEEDED_MINOR 10
|
||||
#define GES_GNONLIN_VERSION_NEEDED_MICRO 16
|
||||
#define GES_GNONLIN_VERSION_NEEDED_MINOR 11
|
||||
#define GES_GNONLIN_VERSION_NEEDED_MICRO 0
|
||||
|
||||
GST_DEBUG_CATEGORY (_ges_debug);
|
||||
|
||||
|
|
Loading…
Reference in a new issue