mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
e61e840d09
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 |
||
---|---|---|
.. | ||
gstladspa.c | ||
gstladspa.h | ||
gstladspafilter.c | ||
gstladspafilter.h | ||
gstladspasink.c | ||
gstladspasink.h | ||
gstladspasource.c | ||
gstladspasource.h | ||
gstladspautils.c | ||
gstladspautils.h | ||
Makefile.am | ||
meson.build |