diff options
author | Zeeshan Ali <zeenix@gmail.com> | 2004-09-10 00:41:12 +0000 |
---|---|---|
committer | Zeeshan Ali <zeenix@gmail.com> | 2004-09-10 00:41:12 +0000 |
commit | 978f5dbaee4d3d4702bac5b2e4a248c61bcffb59 (patch) | |
tree | 82781c7854cb76cc147daa980e96404336a82cc3 /ext/mas/Makefile.am | |
parent | 514350e8272e8aa3d6f682e0066933221e2c13a6 (diff) | |
download | gst-plugins-bad-978f5dbaee4d3d4702bac5b2e4a248c61bcffb59.tar.gz gst-plugins-bad-978f5dbaee4d3d4702bac5b2e4a248c61bcffb59.tar.bz2 gst-plugins-bad-978f5dbaee4d3d4702bac5b2e4a248c61bcffb59.zip |
Moving MAS plugin back to gst-sandbox module.
Original commit message from CVS:
Moving MAS plugin back to gst-sandbox module.
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 70366099..00000000 --- a/ext/mas/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ - -plugin_LTLIBRARIES = libgstmassink.la - -libgstmassink_la_SOURCES = gstmassink.c -libgstmassink_la_CFLAGS = $(GST_CFLAGS) $(MAS_CFLAGS) -libgstmassink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(MAS_LIBS) - -noinst_HEADERS = gstmassink.h |