gstreamer/ext/cdio
Sebastian Dröge 0f7e4c90d5 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
2017-12-06 13:01:39 +02:00
..
gstcdio.c cdio: Fix build with cdio >= 1.0 2017-12-06 13:01:39 +02:00
gstcdio.h cdio: Fix build with cdio >= 1.0 2017-12-06 13:01:39 +02:00
gstcdiocddasrc.c cdio: Fix build with cdio >= 1.0 2017-12-06 13:01:39 +02:00
gstcdiocddasrc.h cdiocddasrc: detect whether drive produces samples in non-host endianness 2012-11-27 18:12:43 +00:00
Makefile.am Remove plugin specific static build option 2017-05-16 14:07:56 -04:00
meson.build Add support for Meson as alternative/parallel build system 2016-08-20 11:29:37 +01:00