diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-12-28 11:44:28 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-12-28 11:44:28 +0000 |
commit | 07e3e6e2bd4c69380aeab3a0517ed0a0175d1964 (patch) | |
tree | ffb36e07cf68a0a275f8d4fb32924293579834d4 /ext/soup/Makefile.am | |
parent | f7bf973cc0fe86d1707981b8033f2429a834315d (diff) | |
download | gst-plugins-bad-07e3e6e2bd4c69380aeab3a0517ed0a0175d1964.tar.gz gst-plugins-bad-07e3e6e2bd4c69380aeab3a0517ed0a0175d1964.tar.bz2 gst-plugins-bad-07e3e6e2bd4c69380aeab3a0517ed0a0175d1964.zip |
ext/soup/: Use gst_tag_freeform_string_to_utf8() and post radio station info as tags on the bus.
Original commit message from CVS:
* ext/soup/Makefile.am:
* ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_get_property),
(gst_souphttp_src_unicodify), (soup_got_headers):
Use gst_tag_freeform_string_to_utf8() and post radio station
info as tags on the bus.
Diffstat (limited to 'ext/soup/Makefile.am')
-rw-r--r-- | ext/soup/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/soup/Makefile.am b/ext/soup/Makefile.am index 39d89dda..168ca916 100644 --- a/ext/soup/Makefile.am +++ b/ext/soup/Makefile.am @@ -2,8 +2,8 @@ plugin_LTLIBRARIES = libgstsouphttpsrc.la libgstsouphttpsrc_la_SOURCES = gstsouphttpsrc.c -libgstsouphttpsrc_la_CFLAGS = $(GST_CFLAGS) $(SOUP_CFLAGS) -libgstsouphttpsrc_la_LIBADD = $(GST_BASE_LIBS) $(SOUP_LIBS) +libgstsouphttpsrc_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(SOUP_CFLAGS) +libgstsouphttpsrc_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_MAJORMINOR@ $(GST_BASE_LIBS) $(SOUP_LIBS) libgstsouphttpsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstsouphttpsrc.h |