mplex: fix required version
With this version it builds on opensuse 11.1.
This commit is contained in:
parent
b5e87b6517
commit
1b7a9ca6c5
@ -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…
x
Reference in New Issue
Block a user