diff options
author | Zeeshan Ali <zeenix@gmail.com> | 2004-09-02 22:46:30 +0000 |
---|---|---|
committer | Zeeshan Ali <zeenix@gmail.com> | 2004-09-02 22:46:30 +0000 |
commit | d07fa8b17920744c4d587a30192897254f6b8ff4 (patch) | |
tree | f92b2e2481ff6cd5d1986260788afb2058c057de /ext/mas/Makefile.am | |
parent | 4de25edc2eb8ed832e8decfeba2af36f370e7ef7 (diff) | |
download | gst-plugins-bad-d07fa8b17920744c4d587a30192897254f6b8ff4.tar.gz gst-plugins-bad-d07fa8b17920744c4d587a30192897254f6b8ff4.tar.bz2 gst-plugins-bad-d07fa8b17920744c4d587a30192897254f6b8ff4.zip |
Trying to correct the GST_CHECK_CONFIGPROG macro. It works perfectly for
Original commit message from CVS:
* Trying to correct the GST_CHECK_CONFIGPROG macro. It works perfectly for
I hope i dont break anything.
* Shifting the MAS plugin back from gst-rotten.
Diffstat (limited to 'ext/mas/Makefile.am')
-rw-r--r-- | ext/mas/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/mas/Makefile.am b/ext/mas/Makefile.am new file mode 100644 index 00000000..70366099 --- /dev/null +++ b/ext/mas/Makefile.am @@ -0,0 +1,8 @@ + +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 |