From 2b8a972dae0935c19fe7469eb0bbea6ee600ee3f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 22 Dec 2013 23:16:56 +0000 Subject: [PATCH] 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. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.7.4