mplex: fix required version

With this version it builds on opensuse 11.1.
This commit is contained in:
Stefan Kost 2009-03-05 22:04:48 +02:00
parent b5e87b6517
commit 1b7a9ca6c5

View file

@ -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");