diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-07-19 00:58:49 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-07-19 00:58:49 +0000 |
commit | e985585a4ec8ec1a681c9643f6727a230fb536d7 (patch) | |
tree | 1b1fc2eeabad64ca5ba42b51cf42acc082686189 /gst/interleave/Makefile.am | |
parent | 26cb95316c8043e05365337660c1e07b067f298e (diff) | |
download | gst-plugins-bad-e985585a4ec8ec1a681c9643f6727a230fb536d7.tar.gz gst-plugins-bad-e985585a4ec8ec1a681c9643f6727a230fb536d7.tar.bz2 gst-plugins-bad-e985585a4ec8ec1a681c9643f6727a230fb536d7.zip |
Remove interleave and replaygain plugins that have moved to -good
Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* docs/plugins/gst-plugins-bad-plugins.args:
* docs/plugins/gst-plugins-bad-plugins.hierarchy:
* docs/plugins/gst-plugins-bad-plugins.interfaces:
* docs/plugins/gst-plugins-bad-plugins.prerequisites:
* docs/plugins/inspect/plugin-interleave.xml:
* docs/plugins/inspect/plugin-replaygain.xml:
* gst/interleave/Makefile.am:
* gst/interleave/deinterleave.c:
* gst/interleave/deinterleave.h:
* gst/interleave/interleave.c:
* gst/interleave/interleave.h:
* gst/interleave/plugin.c:
* gst/interleave/plugin.h:
* gst/replaygain/Makefile.am:
* gst/replaygain/gstrganalysis.c:
* gst/replaygain/gstrganalysis.h:
* gst/replaygain/gstrglimiter.c:
* gst/replaygain/gstrglimiter.h:
* gst/replaygain/gstrgvolume.c:
* gst/replaygain/gstrgvolume.h:
* gst/replaygain/replaygain.c:
* gst/replaygain/replaygain.h:
* gst/replaygain/rganalysis.c:
* gst/replaygain/rganalysis.h:
* tests/check/Makefile.am:
* tests/check/elements/deinterleave.c:
* tests/check/elements/interleave.c:
* tests/check/elements/rganalysis.c:
* tests/check/elements/rglimiter.c:
* tests/check/elements/rgvolume.c:
Remove interleave and replaygain plugins that have moved to -good
Diffstat (limited to 'gst/interleave/Makefile.am')
-rw-r--r-- | gst/interleave/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gst/interleave/Makefile.am b/gst/interleave/Makefile.am deleted file mode 100644 index 3477933c..00000000 --- a/gst/interleave/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ - -plugin_LTLIBRARIES = libgstinterleave.la - -libgstinterleave_la_SOURCES = plugin.c interleave.c deinterleave.c -libgstinterleave_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) -libgstinterleave_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) -libgstinterleave_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) - -noinst_HEADERS = plugin.h interleave.h deinterleave.h |