- 10 Apr, 2017 1 commit
-
-
Tim-Philipp Müller authored
From 39ac2f5 to 60aeef6
-
- 10 Sep, 2016 1 commit
-
-
Jan Schmidt authored
From b18d820 to f980fd9
-
- 09 Sep, 2016 1 commit
-
-
Jan Schmidt authored
From f49c55e to b18d820
-
- 05 Feb, 2016 1 commit
-
-
Thiago Santos authored
From 86e4663 to b64f03f
-
- 07 Dec, 2015 1 commit
-
-
Nicolas Dufresne authored
From b319909 to 86e4663
-
- 07 Jun, 2015 1 commit
-
-
Stefan Sauer authored
From 241fcb7 to c408583
-
- 03 Apr, 2015 1 commit
-
-
Tim-Philipp Müller authored
From bc76a8b to c8fb372
-
- 22 Dec, 2013 1 commit
-
-
Tim-Philipp Müller authored
From dbedaa0 to d48bed3
-
- 19 Sep, 2013 1 commit
-
-
Tim-Philipp Müller authored
From 098c0d7 to 74a6857
-
- 14 Apr, 2013 1 commit
-
-
Tim-Philipp Müller authored
From aed87ae to 2736592
-
- 13 Apr, 2012 1 commit
-
-
Sebastian Dröge authored
Also we now only create tar.bz2 and tar.xz tarballs.
-
- 22 Feb, 2012 1 commit
-
-
David Schleef authored
Fixes: #669207.
-
- 02 Feb, 2012 1 commit
-
-
- 22 Mar, 2011 1 commit
-
-
Luis de Bethencourt authored
-
- 28 Jun, 2010 1 commit
-
-
Tim-Philipp Müller authored
For maintainability reasons and $(builddir). Fixes #622944.
-
- 07 Apr, 2010 1 commit
-
-
Tim-Philipp Müller authored
Require autoconf 2.60 (which was released in June 2006). Fixes #600718.
-
- 25 Mar, 2010 1 commit
-
-
Damien Lespiau authored
configure gives a nice warning: configure: WARNING: unrecognized options: --enable-plugin-docs and indeed, I could not find anything in the configure.ac or the m4 macros that would allow enabling that option. Remove it then.
-
- 26 Jun, 2009 1 commit
-
-
Jan Schmidt authored
Check for more automake command variants. Use printf instead of 'echo -n' for portability
-
- 09 Jun, 2009 1 commit
-
-
Tim-Philipp Müller authored
as it is in configure.ac now.
-
- 12 May, 2009 1 commit
-
-
Marc-Andre Lureau authored
This unbreaks the build in some cases. Fixes bug #582021
-
- 30 Jan, 2009 1 commit
-
-
Edward Hervey authored
-
- 22 Jan, 2009 1 commit
-
-
Edward Hervey authored
-
- 21 Jan, 2009 1 commit
-
-
Edward Hervey authored
-
- 29 Nov, 2008 1 commit
-
-
Sebastian Dröge authored
Require gettext 0.17 because older versions don't mix with libtool 2.2. At build time an older gettext version will s... Original commit message from CVS: Patch by: Cygwin Ports maintainer <yselkowitz at users dot sourceforge dot net> * autogen.sh: * configure.ac: Require gettext 0.17 because older versions don't mix with libtool 2.2. At build time an older gettext version will still work. Fixes bug #556091.
-
- 10 Jan, 2008 1 commit
-
-
Sebastian Dröge authored
autogen.sh: Add -Wno-portability to the automake parameters to stop warnings about GNU make extensions being used. We... Original commit message from CVS: * autogen.sh: Add -Wno-portability to the automake parameters to stop warnings about GNU make extensions being used. We require GNU make in almost every Makefile anyway. * configure.ac: Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o at the same time is required for per target flags.
-
- 16 Jun, 2006 1 commit
-
-
Tim-Philipp Müller authored
Original commit message from CVS: * autogen.sh: * configure.ac: * docs/Makefile.am: Use GST_PLUGIN_DOCS macro in configure.ac, add --enable-plugin-docs default to autogen.sh and use ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
-
- 08 May, 2006 1 commit
-
-
Edward Hervey authored
Original commit message from CVS: * autogen.sh: (CONFIGURE_DEF_OPT): libtoolize on Darwin/MacOSX is called glibtoolize
-
- 20 Jan, 2006 1 commit
-
-
Christian Schaller authored
Original commit message from CVS: up automake requirement to 1.7
-
- 23 Nov, 2005 1 commit
-
-
Edward Hervey authored
Original commit message from CVS: * autogen.sh: eheh, sinesrc is gone. Replacing sample srcfile by existing one. Fixes autogen
-
- 06 Sep, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: try fix distcheck for FC3
-
- 03 Sep, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: updating docs build
-
- 29 Jun, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: reinstate plugin docs
-
- 05 May, 2005 1 commit
-
-
Christian Schaller authored
Original commit message from CVS: fix build so you can make dist and create rpms
-
- 10 Apr, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: ignore already applied patch
-
- 23 Feb, 2005 1 commit
-
-
Thomas Vander Stichele authored
remove a whole bunch of plugins. This module now contains a set of free reference plugins/elements as agreed. Original commit message from CVS: remove a whole bunch of plugins. This module now contains a set of free reference plugins/elements as agreed.
-
- 17 May, 2004 2 commits
-
-
Benjamin Otte authored
Original commit message from CVS: whoops, checked in too much
-
David Moore authored
compute offsets correctly for internal buffers so timestamps are set correctly when we can't seek. Also handle cases ... Original commit message from CVS: * autogen.sh: * configure.ac: * ext/mad/gstid3tag.c: (gst_id3_tag_chain): compute offsets correctly for internal buffers so timestamps are set correctly when we can't seek. Also handle cases where there are no offsets. (based on a patch by David Moore, fixes #142507)
-
- 29 Feb, 2004 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: update for plugin changes to export symbols
-
- 22 Feb, 2004 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: 2004-02-22 Benjamin Otte <otte@gnome.org> reported by: Padraig O'Briain <padraig.obriain@sun.com> * autogen.sh: replace test -e with test -x for mkinstalldirs to be more portable. (fixes #134816)
-
- 13 Feb, 2004 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: up gettext version
-