sys/acmmp3dec/Makefile.am: Fix typo in the opposite way to give the plugin a sensible...
authorMichael Smith <msmith@xiph.org>
Tue, 6 Jan 2009 22:35:50 +0000 (22:35 +0000)
committerMichael Smith <msmith@xiph.org>
Tue, 6 Jan 2009 22:35:50 +0000 (22:35 +0000)
Original commit message from CVS:
* sys/acmmp3dec/Makefile.am:
Fix typo in the opposite way to give the plugin a sensible name.

ChangeLog
sys/acmmp3dec/Makefile.am

index 4f5f1eb..f1379ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-06  Michael Smith <msmith@songbirdnest.com>
+
+       * sys/acmmp3dec/Makefile.am:
+         Fix typo in the opposite way to give the plugin a sensible name.
+
 2009-01-06  Jan Schmidt  <jan.schmidt@sun.com>
 
        * sys/acmmp3dec/Makefile.am:
index ee4c8cc..1f143de 100644 (file)
@@ -1,9 +1,9 @@
-plugin_LTLIBRARIES = libgstacmdecsink.la\r
+plugin_LTLIBRARIES = libgstacmmp3dec.la\r
 \r
-libgstacmdecsink_la_SOURCES = acmmp3dec.c\r
-libgstacmdecsink_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \\r
+libgstacmmp3dec_la_SOURCES = acmmp3dec.c\r
+libgstacmmp3dec_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \\r
        $(GST_PLUGINS_BASE_CFLAGS)\r
-libgstacmdecsink_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \\r
+libgstacmmp3dec_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \\r
        -lgstriff-$(GST_MAJORMINOR) -lmsacm32\r
-libgstacmdecsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTSOUND_LDFLAGS)\r
+libgstacmmp3dec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTSOUND_LDFLAGS)\r
 \r