mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
waveform: Fix DLL name to match plugin name
https://bugzilla.gnome.org/show_bug.cgi?id=785168
This commit is contained in:
parent
608abe4a7f
commit
7edf41b470
2 changed files with 7 additions and 6 deletions
|
@ -66,7 +66,8 @@ CRUFT_FILES = \
|
|||
$(top_builddir)/gst/videofilter/.libs/*videobalance.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/videofilter/.libs/*gamma.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/sys/directsound/.libs/libgstdirectsoundsink.{dll,DLL} \
|
||||
$(top_builddir)/sys/oss4/.libs/libgstoss4audio.so
|
||||
$(top_builddir)/sys/oss4/.libs/libgstoss4audio.so \
|
||||
$(top_builddir)/sys/waveform/.libs/libgstwaveformsink.{dll,DLL}
|
||||
|
||||
CRUFT_DIRS = \
|
||||
$(top_srcdir)/docs/plugins/tmpl \
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
plugin_LTLIBRARIES = libgstwaveformsink.la
|
||||
plugin_LTLIBRARIES = libgstwaveform.la
|
||||
|
||||
libgstwaveformsink_la_SOURCES = gstwaveformsink.c gstwaveformplugin.c
|
||||
libgstwaveformsink_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
|
||||
libgstwaveform_la_SOURCES = gstwaveformsink.c gstwaveformplugin.c
|
||||
libgstwaveform_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgstwaveformsink_la_LIBADD = \
|
||||
libgstwaveform_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstaudio-$(GST_API_VERSION) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
-lwinmm
|
||||
libgstwaveformsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstwaveform_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstwaveformsink.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue