diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2007-04-21 Tim-Philipp Müller <tim at centricular dot net> + * gst/Makefile.am: + Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL). + +2007-04-21 Tim-Philipp Müller <tim at centricular dot net> + * gst/rtpmanager/rtpsession.c: (rtp_session_finalize): Don't use GLib-2.10 API, we only require GLib 2.8 at the moment. diff --git a/gst/Makefile.am b/gst/Makefile.am index 172eca12..93522195 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -1,2 +1,2 @@ SUBDIRS = $(GST_PLUGINS_SELECTED) -DIST_SUBDIRS = $(GST_PLUGINS_ALL) rtpmanager +DIST_SUBDIRS = $(GST_PLUGINS_ALL) |