diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-04-21 19:39:03 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-04-21 19:39:03 +0000 |
commit | 61a68fdaf363bba0eb42ab5f6839414d24122d1e (patch) | |
tree | 49b4f3a7e0e8abae1a957e11834e6df6d03194df | |
parent | adfb741d7ca2631e3ba62430bea4c03f3ca1df05 (diff) | |
download | gst-plugins-bad-61a68fdaf363bba0eb42ab5f6839414d24122d1e.tar.gz gst-plugins-bad-61a68fdaf363bba0eb42ab5f6839414d24122d1e.tar.bz2 gst-plugins-bad-61a68fdaf363bba0eb42ab5f6839414d24122d1e.zip |
gst/Makefile.am: Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
Original commit message from CVS:
* gst/Makefile.am:
Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
-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) |