[Bug 794350] meson: fix ladspa dependencies

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 22 07:51:12 UTC 2018


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit e61e840d099b6624cde54993780378564649a23d (HEAD -> master)
Author: Patrik Nilsson <asavartzeth at gmail.com>
Date:   Mon Mar 5 17:43:26 2018 +0100

    meson: fix ladspa dependencies

    There are two issues, both related to dependency checking with the meson
    support for the ladspa plugin.

    With autotools, lrdf is handled like an optional dependency. But with
    meson it is required. This makes the meson support less flexible and
    inconsistent with autotools.

    When autotools is used it properly checks if ladspa.h is available.
    But with meson it does not, instead it treats lrdf as the main
    dependency. This could cause a build failure if lrdf is installed, but
    the ladspa sdk is not.

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

-- 
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