From c37376733e8838f0cee68b9c86ccdce9d1dae2b6 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 6 Jan 2009 22:35:50 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ sys/acmmp3dec/Makefile.am | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4f5f1eb45b..f1379cae1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-06 Michael Smith + + * sys/acmmp3dec/Makefile.am: + Fix typo in the opposite way to give the plugin a sensible name. + 2009-01-06 Jan Schmidt * sys/acmmp3dec/Makefile.am: diff --git a/sys/acmmp3dec/Makefile.am b/sys/acmmp3dec/Makefile.am index ee4c8cc047..1f143de096 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)