From: Tim-Philipp Müller Date: Sun, 22 Dec 2013 23:16:56 +0000 (+0000) Subject: configure: rename package from gst-rtsp to gst-rtsp-server X-Git-Tag: 1.6.0~293 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b8a972dae0935c19fe7469eb0bbea6ee600ee3f;p=platform%2Fupstream%2Fgst-rtsp-server.git configure: rename package from gst-rtsp to gst-rtsp-server To match git module name and avoid confusion with the rtsp lib in gst-plugins-base and rtsp plugin in -good. --- diff --git a/configure.ac b/configure.ac index 56e8121..4fe59ab 100644 --- a/configure.ac +++ b/configure.ac @@ -2,9 +2,9 @@ AC_PREREQ(2.62) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(Gst-RTSP, 0.11.90.1, - http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, - gst-rtsp) +AC_INIT([GStreamer RTSP Server Library], [0.11.90.1], + [http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer], + [gst-rtsp-server]) AG_GST_INIT dnl initialize automake