summaryrefslogtreecommitdiff
path: root/sys/acmmp3dec
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2009-01-06 22:35:50 +0000
committerMichael Smith <msmith@xiph.org>2009-01-06 22:35:50 +0000
commitc37376733e8838f0cee68b9c86ccdce9d1dae2b6 (patch)
tree60a8e76bc6bc05d4d8f9e16eb096159def04e8dc /sys/acmmp3dec
parente4a7d1b5bcb2dd63875267fc43ea66bd72d90567 (diff)
downloadgstreamer-plugins-bad-c37376733e8838f0cee68b9c86ccdce9d1dae2b6.tar.gz
sys/acmmp3dec/Makefile.am: Fix typo in the opposite way to give the plugin a sensible name.
Original commit message from CVS: * sys/acmmp3dec/Makefile.am: Fix typo in the opposite way to give the plugin a sensible name.
Diffstat (limited to 'sys/acmmp3dec')
-rw-r--r--sys/acmmp3dec/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/acmmp3dec/Makefile.am b/sys/acmmp3dec/Makefile.am
index ee4c8cc04..1f143de09 100644
--- a/sys/acmmp3dec/Makefile.am
+++ b/sys/acmmp3dec/Makefile.am
@@ -1,9 +1,9 @@
-plugin_LTLIBRARIES = libgstacmdecsink.la
+plugin_LTLIBRARIES = libgstacmmp3dec.la
-libgstacmdecsink_la_SOURCES = acmmp3dec.c
-libgstacmdecsink_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
+libgstacmmp3dec_la_SOURCES = acmmp3dec.c
+libgstacmmp3dec_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS)
-libgstacmdecsink_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
+libgstacmmp3dec_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
-lgstriff-$(GST_MAJORMINOR) -lmsacm32
-libgstacmdecsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTSOUND_LDFLAGS)
+libgstacmmp3dec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTSOUND_LDFLAGS)