mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
mplex: fix required version
With this version it builds on opensuse 11.1.
This commit is contained in:
parent
b5e87b6517
commit
1b7a9ca6c5
1 changed files with 1 additions and 1 deletions
|
@ -755,7 +755,7 @@ gst_mplex_log_callback (log_level_t level, const char *message)
|
|||
{
|
||||
GstDebugLevel gst_level;
|
||||
|
||||
#if GST_MJPEGTOOLS_API >= 10903
|
||||
#if GST_MJPEGTOOLS_API >= 10900
|
||||
static const gint mjpeg_log_error = mjpeg_loglev_t ("error");
|
||||
static const gint mjpeg_log_warn = mjpeg_loglev_t ("warn");
|
||||
static const gint mjpeg_log_info = mjpeg_loglev_t ("info");
|
||||
|
|
Loading…
Reference in a new issue