diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 15:24:07 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 15:24:07 +0000 |
commit | ba961327f3ea65e5fbe137b7357f21345c2b6e8e (patch) | |
tree | 4824e1b7fd7d2179c2a7dbd78a372473e47f6edd /ext/shout/Makefile.am | |
parent | 34a42c54017619a7fab7a2dc3e0137e2e86d498f (diff) | |
download | gst-plugins-bad-ba961327f3ea65e5fbe137b7357f21345c2b6e8e.tar.gz gst-plugins-bad-ba961327f3ea65e5fbe137b7357f21345c2b6e8e.tar.bz2 gst-plugins-bad-ba961327f3ea65e5fbe137b7357f21345c2b6e8e.zip |
added jpeg and shout (icecastsend has been renamed to shout, there are other libs that do icecast too)
Original commit message from CVS:
added jpeg and shout
(icecastsend has been renamed to shout, there are other libs that do icecast too)
Diffstat (limited to 'ext/shout/Makefile.am')
-rw-r--r-- | ext/shout/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/shout/Makefile.am b/ext/shout/Makefile.am new file mode 100644 index 00000000..762bedd7 --- /dev/null +++ b/ext/shout/Makefile.am @@ -0,0 +1,9 @@ +plugindir = $(libdir)/gst + +plugin_LTLIBRARIES = libgstshout.la + +libgstshout_la_SOURCES = gstshout.c +libgstshout_la_CFLAGS = $(GST_CFLAGS) +libgstshout_la_LIBADD = $(SHOUT_LIBS) + +noinst_HEADERS = gstshout.h |