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.
This commit is contained in:
Tim-Philipp Müller 2013-12-22 23:16:56 +00:00
parent 45bb30d148
commit 2b8a972dae

View file

@ -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