diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2009-01-06 22:16:56 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2009-01-06 22:16:56 +0000 |
commit | e4a7d1b5bcb2dd63875267fc43ea66bd72d90567 (patch) | |
tree | 9648d052ac0806b49e8eb16161d979d467f894a0 | |
parent | a2b410a595aea74b3562a3fcbb2a265d60fa58b0 (diff) | |
download | gst-plugins-bad-e4a7d1b5bcb2dd63875267fc43ea66bd72d90567.tar.gz gst-plugins-bad-e4a7d1b5bcb2dd63875267fc43ea66bd72d90567.tar.bz2 gst-plugins-bad-e4a7d1b5bcb2dd63875267fc43ea66bd72d90567.zip |
sys/acmmp3dec/Makefile.am: Fix typo in the makefile target preventing disting.
Original commit message from CVS:
* sys/acmmp3dec/Makefile.am:
Fix typo in the makefile target preventing disting.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sys/acmmp3dec/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2009-01-06 Jan Schmidt <jan.schmidt@sun.com> + + * sys/acmmp3dec/Makefile.am: + Fix typo in the makefile target preventing disting. + 2009-01-05 Jan Schmidt <jan.schmidt@sun.com> * configure.ac: diff --git a/sys/acmmp3dec/Makefile.am b/sys/acmmp3dec/Makefile.am index 664816d5..ee4c8cc0 100644 --- a/sys/acmmp3dec/Makefile.am +++ b/sys/acmmp3dec/Makefile.am @@ -1,4 +1,4 @@ -plugin_LTLIBRARIES = libgstacmmp3dec.la
+plugin_LTLIBRARIES = libgstacmdecsink.la
libgstacmdecsink_la_SOURCES = acmmp3dec.c
libgstacmdecsink_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
|