summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2017-03-04 10:52:47 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-03-08 20:04:20 -0500
commitca0ed8a134f1d26083e6f89636493df89ff29cff (patch)
tree0ad823bb195a506580ed857c1bd994a2f886bb4c /sys
parent98583dc9449a428d06e172a3c18ccb50e81cdbd1 (diff)
Fix plugin filenames to match plugin names
- libgstpulse.so becomes libgstpulseaudio.so - libgstsouphttpsrc.so becomes libgstsoup.so - libgstoss4audio.so becomes libgstoss4.so https://bugzilla.gnome.org/show_bug.cgi?id=779344
Diffstat (limited to 'sys')
-rw-r--r--sys/oss4/Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/oss4/Makefile.am b/sys/oss4/Makefile.am
index a22475a85..36a05625c 100644
--- a/sys/oss4/Makefile.am
+++ b/sys/oss4/Makefile.am
@@ -1,18 +1,18 @@
-plugin_LTLIBRARIES = libgstoss4audio.la
+plugin_LTLIBRARIES = libgstoss4.la
-libgstoss4audio_la_SOURCES = \
+libgstoss4_la_SOURCES = \
oss4-audio.c \
oss4-property-probe.c \
oss4-sink.c \
oss4-source.c
-libgstoss4audio_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
-libgstoss4audio_la_LIBADD = \
+libgstoss4_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
+libgstoss4_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) \
-lgstaudio-$(GST_API_VERSION) \
$(GST_LIBS)
-libgstoss4audio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstoss4audio_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
+libgstoss4_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstoss4_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = \
oss4-audio.h \