gstreamer/ext/ladspa
Patrik Nilsson e61e840d09 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
2018-03-22 09:50:50 +02:00
..
gstladspa.c ladspa: Add Windows/OSX path support 2017-12-18 16:54:15 -05:00
gstladspa.h ladspa: use the registry cache for plugin details 2013-05-28 10:27:17 +02:00
gstladspafilter.c ladspa: Fix some debugs 2016-02-17 11:17:24 +01:00
gstladspafilter.h ladspa: use the registry cache for plugin details 2013-05-28 10:27:17 +02:00
gstladspasink.c ladspa: remove duplicate assignment 2014-04-09 18:16:52 +01:00
gstladspasink.h ladspa: use the registry cache for plugin details 2013-05-28 10:27:17 +02:00
gstladspasource.c ladspa: code cleanup 2016-05-10 14:21:35 -07:00
gstladspasource.h ladspa: use the registry cache for plugin details 2013-05-28 10:27:17 +02:00
gstladspautils.c ladspa: code cleanup 2016-05-10 14:21:35 -07:00
gstladspautils.h ladspa: use the registry cache for plugin details 2013-05-28 10:27:17 +02:00
Makefile.am Remove plugin specific static build option 2017-05-16 14:05:52 -04:00
meson.build meson: fix ladspa dependencies 2018-03-22 09:50:50 +02:00