diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2007-06-08 20:20:34 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2007-06-08 20:20:34 +0000 |
commit | 6bd7199f3af8001036926261c4c2a22a725bee39 (patch) | |
tree | edca90a176655aede72d4102513d7139cf325722 /ext/wavpack/Makefile.am | |
parent | dbf7acdf1d2218ba986021a3d6439cf848fd9162 (diff) | |
download | gst-plugins-bad-6bd7199f3af8001036926261c4c2a22a725bee39.tar.gz gst-plugins-bad-6bd7199f3af8001036926261c4c2a22a725bee39.tar.bz2 gst-plugins-bad-6bd7199f3af8001036926261c4c2a22a725bee39.zip |
Move wavpack to good.
Original commit message from CVS:
* configure.ac:
* 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.hierarchy:
* docs/plugins/inspect/plugin-wavpack.xml:
* ext/Makefile.am:
* ext/wavpack/Makefile.am:
* ext/wavpack/gstwavpack.c:
* ext/wavpack/gstwavpackcommon.c:
* ext/wavpack/gstwavpackcommon.h:
* ext/wavpack/gstwavpackdec.c:
* ext/wavpack/gstwavpackdec.h:
* ext/wavpack/gstwavpackenc.c:
* ext/wavpack/gstwavpackenc.h:
* ext/wavpack/gstwavpackparse.c:
* ext/wavpack/gstwavpackparse.h:
* ext/wavpack/gstwavpackstreamreader.c:
* ext/wavpack/gstwavpackstreamreader.h:
* ext/wavpack/md5.c:
* ext/wavpack/md5.h:
* tests/check/Makefile.am:
* tests/check/elements/wavpackdec.c:
* tests/check/elements/wavpackenc.c:
* tests/check/elements/wavpackparse.c:
Move wavpack to good.
Diffstat (limited to 'ext/wavpack/Makefile.am')
-rw-r--r-- | ext/wavpack/Makefile.am | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/ext/wavpack/Makefile.am b/ext/wavpack/Makefile.am deleted file mode 100644 index 6de09e93..00000000 --- a/ext/wavpack/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -plugin_LTLIBRARIES = libgstwavpack.la - -libgstwavpack_la_SOURCES = \ - gstwavpack.c \ - gstwavpackcommon.c \ - gstwavpackparse.c \ - gstwavpackdec.c \ - gstwavpackenc.c \ - gstwavpackstreamreader.c \ - md5.c - -libgstwavpack_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(WAVPACK_CFLAGS) -libgstwavpack_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) $(WAVPACK_LIBS) -libgstwavpack_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) - -noinst_HEADERS = \ - gstwavpackparse.h \ - gstwavpackdec.h \ - gstwavpackenc.h \ - gstwavpackcommon.h \ - gstwavpackstreamreader.h \ - md5.h - |