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 /sys | |
parent | a2b410a595aea74b3562a3fcbb2a265d60fa58b0 (diff) | |
download | gstreamer-plugins-bad-e4a7d1b5bcb2dd63875267fc43ea66bd72d90567.tar.gz |
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.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/acmmp3dec/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/acmmp3dec/Makefile.am b/sys/acmmp3dec/Makefile.am index 664816d55..ee4c8cc04 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) \
|