msmith gst-plugins-bad: gst-plugins-bad/ gst-plugins-bad/sys/acmmp3dec/
[email protected] Tue, 6 Jan 2009 14:36:04 -0800 (PST)
| Newsgroups | gmane.comp.video.gstreamer.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVS Root: /cvs/gstreamer
Module: gst-plugins-bad
Changes by: msmith
Date: Tue Jan 06 2009 22:36:04 UTC
Log message:
* sys/acmmp3dec/Makefile.am:
Fix typo in the opposite way to give the plugin a sensible name.
Modified files:
. : ChangeLog
sys/acmmp3dec : Makefile.am
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-bad/ChangeLog.diff?r1=1.3862&r2=1.3863
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-bad/sys/acmmp3dec/Makefile.am.diff?r1=1.2&r2=1.3
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-bad/ChangeLog,v
retrieving revision 1.3862
retrieving revision 1.3863
diff -u -d -r1.3862 -r1.3863
--- ChangeLog 6 Jan 2009 22:16:55 -0000 1.3862
+++ ChangeLog 6 Jan 2009 22:35:49 -0000 1.3863
@@ -1,3 +1,8 @@
+2009-01-06 Michael Smith <[email protected]>
+
+ * sys/acmmp3dec/Makefile.am:
+ Fix typo in the opposite way to give the plugin a sensible name.
2009-01-06 Jan Schmidt <[email protected]>
* sys/acmmp3dec/Makefile.am:
Index: Makefile.am
RCS file: /cvs/gstreamer/gst-plugins-bad/sys/acmmp3dec/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am 6 Jan 2009 22:16:56 -0000 1.2
+++ Makefile.am 6 Jan 2009 22:35:50 -0000 1.3
@@ -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)
------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB