diff options
m--------- | common | 0 | ||||
-rw-r--r-- | ext/ladspa/Makefile.am | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/common b/common -Subproject 5d58e7652bf38a637dceca167d6e47e7794b2b5 +Subproject dd85f550441bd5722b98f4dd304e40826383240 diff --git a/ext/ladspa/Makefile.am b/ext/ladspa/Makefile.am index 9ec52c11..e9730715 100644 --- a/ext/ladspa/Makefile.am +++ b/ext/ladspa/Makefile.am @@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstladspa.la libgstladspa_la_SOURCES = gstsignalprocessor.c gstladspa.c search.c load.c libgstladspa_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) -libgstladspa_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_MAJORMINOR@ +libgstladspa_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) libgstladspa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstsignalprocessor.h gstladspa.h utils.h |