cdio: Fix build with cdio >= 1.0
authorSebastian Dröge <sebastian@centricular.com>
Wed, 6 Dec 2017 11:01:39 +0000 (13:01 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 6 Dec 2017 11:01:39 +0000 (13:01 +0200)
commit0f7e4c90d5248537a066c53ecdd8d1bd86b66a06
treef87e3cc433920ba21f4034f5f02d5e3eaa727c00
parent755df25dc2c53284fa49bd0d1bac3a65137b3423
cdio: Fix build with cdio >= 1.0

LIBCDIO_VERSION_NUM was defined as e.g. 94 for 0.94 but is now defined
as 1 for 1.0. We had various checks for < 83, which of course succeeded
now although we are >= 0.83.

Fix this by checking for < 76 (0.76) too, as that is the minimum version
we currently support and everything < 76 is going to be >= 1.0.

https://bugzilla.gnome.org/show_bug.cgi?id=791301
ext/cdio/gstcdio.c
ext/cdio/gstcdio.h
ext/cdio/gstcdiocddasrc.c