diff options
author | David Schleef <ds@schleef.org> | 2004-02-19 03:08:32 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-02-19 03:08:32 +0000 |
commit | 6bab7c936a1828c950779bac68d39dee0a30b09e (patch) | |
tree | 9ac8b9358a76a1e7ce4651ddda7b51e5e22f32fa /ext/mas/Makefile.am | |
parent | 18a480ef4b23a2dacb5118c222f24a1e50fea151 (diff) | |
download | gst-plugins-bad-6bab7c936a1828c950779bac68d39dee0a30b09e.tar.gz gst-plugins-bad-6bab7c936a1828c950779bac68d39dee0a30b09e.tar.bz2 gst-plugins-bad-6bab7c936a1828c950779bac68d39dee0a30b09e.zip |
configure.ac: Move massink to gst-rotten
Original commit message from CVS:
* configure.ac: Move massink to gst-rotten
* ext/Makefile.am:
* ext/mas/Makefile.am:
* ext/mas/massink.c:
* ext/mas/massink.h:
Diffstat (limited to 'ext/mas/Makefile.am')
-rw-r--r-- | ext/mas/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/mas/Makefile.am b/ext/mas/Makefile.am deleted file mode 100644 index bc73ff28..00000000 --- a/ext/mas/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ - -plugin_LTLIBRARIES = libgstmassink.la - -libgstmassink_la_SOURCES = massink.c -libgstmassink_la_CFLAGS = $(GST_CFLAGS) $(MAS_CFLAGS) -libgstmassink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(MAS_LIBS) - -noinst_HEADERS = massink.h |