[Bug 791301] cdio: Fails to build with cdio 1.0

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Dec 6 11:05:13 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=791301

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.13.1

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 0f7e4c90d5248537a066c53ecdd8d1bd86b66a06 (HEAD -> master, origin/master,
origin/HEAD)
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Wed Dec 6 13:01:39 2017 +0200

    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

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list