summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2014-07-19Back to developmentSebastian Dröge1-6/+6
2014-07-19Release 1.4.0Sebastian Dröge1-6/+6
2014-07-11Release 1.3.91Sebastian Dröge1-6/+6
2014-06-28Release 1.3.90Sebastian Dröge1-6/+6
2014-06-22Back to developmentSebastian Dröge1-5/+5
2014-06-22Release 1.3.3Sebastian Dröge1-6/+6
2014-05-21Back to developmentSebastian Dröge1-5/+5
2014-05-21Release 1.3.2Sebastian Dröge1-6/+6
2014-05-03Back to developmentSebastian Dröge1-5/+5
2014-05-03Release 1.3.1Sebastian Dröge1-6/+6
2014-03-25stream: add SRTP supportWim Taymans1-0/+6
Install srtp encoder and decoder elements in rtpbin Add MIKEY in SDP
2014-02-25configure: make sure releases are in .doap fileTim-Philipp Müller1-0/+5
2014-02-09configure: Synchronise with the configure scripts of the other modulesSebastian Dröge1-4/+70
2014-02-09configure: Update version to 1.3.0.1 and require GStreamer 1.3.0Sebastian Dröge1-5/+5
2013-12-27configure.ac: Only check for gstreamer-check, not checkSebastian Dröge1-5/+1
We include check in gstreamer-check since quite some time now.
2013-12-22configure: rename package from gst-rtsp to gst-rtsp-serverTim-Philipp Müller1-3/+3
To match git module name and avoid confusion with the rtsp lib in gst-plugins-base and rtsp plugin in -good.
2013-12-22configure: bump core/base/good requirement to 1.2.0Tim-Philipp Müller1-3/+3
Bump to released stable version and make implicit requirements explicit.
2013-12-22Fix broken gettext setup which is not used anywayTim-Philipp Müller1-3/+3
2013-08-07build: add subdir-objects to AM_INIT_AUTOMAKELubosz Sarnecki1-1/+1
Fixes warnings with automake 1.14 https://bugzilla.gnome.org/show_bug.cgi?id=705350
2013-07-11configure: compile cgroup example conditionallyWim Taymans1-0/+2
Only compile the cgroup example when we have libcgroup
2013-07-10examples: add cgroups exampleWim Taymans1-0/+4
2013-03-12configure: remove out-of-date commentTim-Philipp Müller1-1/+1
2013-03-11rtsp-server: Limit the number of threads per server instanceOlivier Crête1-1/+1
If we exceed the maximum, just round robin the clients over the existing threads.
2013-02-07configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGeorge McCollister1-1/+1
AM_CONFIG_HEADER was removed in automake 1.13 https://bugzilla.gnome.org/show_bug.cgi?id=693368
2012-11-26configure: bump required version of -baseWim Taymans1-1/+1
2012-10-28No need to define GST_USE_UNSTABLE_API any more, 1.0 is stable nowTim-Philipp Müller1-1/+1
2012-10-28bindings: remove vala bindingsTim-Philipp Müller1-15/+0
They'll be reunited with the other GStreamer bindings https://bugzilla.gnome.org/show_bug.cgi?id=680777
2012-10-26configure: bump version number after refactoringTim-Philipp Müller1-4/+4
2012-06-19rtsp: add unit testDavid Svensson Fors1-0/+7
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=678076
2012-06-09configure: suppress some warnings when debug is disabledSebastian Rasmussen1-1/+6
Warnings about unused variables should be suppressed if core has the debug system disabled. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676824
2012-06-09configure: Add warning flags for compiler when configuringSebastian Rasmussen1-1/+1
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676824
2012-04-13configure: Modernize autotools setup a bitSebastian Dröge1-5/+11
Also we now only create tar.bz2 and tar.xz tarballs.
2012-04-04rtsp-server: Update versioningSebastian Dröge1-12/+12
2012-03-07configure: fix buildWim Taymans1-1/+1
2012-02-13First rule of gst-rtsp-server club: don't talk about gst-phononTim-Philipp Müller1-4/+4
2012-02-13pkg-config: rename gst-rtsp-server-0.11.pc to gstreamer-rtsp-server-0.11.pcTim-Philipp Müller1-2/+2
For consistency with all other modules.
2012-02-13python: remove pygst-based python bindingsTim-Philipp Müller1-51/+0
pygi is the future, apparently.
2011-08-04configure: use unstable apiWim Taymans1-1/+1
2011-04-26Merge branch 'master' into 0.11Wim Taymans1-27/+24
Conflicts: common configure.ac
2011-02-26configure: require core/base 0.10.31Tim-Philipp Müller1-2/+2
Needed at least for gst_plugin_feature_rank_compare_func().
2011-01-26configure: set PYGOBJECT_REQ before using itTim-Philipp Müller1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=640641
2011-01-24back to developmentWim Taymans1-1/+1
2011-01-24release 0.10.8Wim Taymans1-1/+1
2011-01-12build testsWim Taymans1-0/+1
2011-01-08build: make autotools put all .m4 cruft into m4/ rather than polluting common/m4Tim-Philipp Müller1-1/+1
2011-01-08gobject-introspection: fix g-i build for uninstalled setupTim-Philipp Müller1-0/+2
Requires gst-plugins-base git (> 0.10.31.2).
2010-12-13python an optional dependencyAndy Wingo1-26/+20
* configure.ac: Move up valgrind and g-i checks. Make the python dependency optional, as it was before.
2010-12-13Merge branch 'master' into 0.11Wim Taymans1-6/+30
Conflicts: common configure.ac
2010-12-07docs: Add gtk-doc build systemEdward Hervey1-0/+3
2010-12-07autogen/configure: Bring more in sync to standard gst module behaviourEdward Hervey1-6/+27