summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorParthasarathi Susarla <partha.susarla@collabora.co.uk>2011-01-06 18:12:13 +0530
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2011-01-21 20:12:07 +0200
commitb1c0653b1cfff963e90bfbbbb262a4e75f7e0b30 (patch)
treefaafc7611178e4b7efeb4862542038571c28432e /doc
parent146016623735b7b0e7330e31daecb1919487c0bd (diff)
downloadgupnp-dlna-b1c0653b1cfff963e90bfbbbb262a4e75f7e0b30.tar.gz
libgupnp-dlna: Use encoding-profile from plugins-base
- Give up on the local copy of gstprofile (from gst-convenience) and use the encoding-profile api from gst-plugins-base. - Stop using GstEncodingProfile for in memory representation of the on disk XML profiles but rather create GstEncodingProfile on the fly. - We now use a single GstCaps variable each for audio/video and container instead of a GList and merge them as they are processed from the XML file.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 2cf3b3f..d1062d0 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -71,10 +71,8 @@ expand_content_files=
# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
INCLUDES=-I$(top_srcdir) \
- -I$(top_srcdir)/gst-convenience/gst-libs \
$(GST_CFLAGS)
GTKDOC_LIBS=$(top_builddir)/libgupnp-dlna/libgupnp-dlna-1.0.la \
- $(top_builddir)/gst-convenience/gst-libs/gst/profile/.libs/libgstprofile-gupnp-dlna-0.10.la \
$(GST_LIBS)
# This includes the standard gtk-doc make rules, copied by gtkdocize.