summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2013-01-30configure: update to 1.0 dependencyLuis de Bethencourt1-4/+4
2012-12-30configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSKerrick Staley1-1/+1
AM_CONFIG_HEADER has been removed in the just-released automake 1.13: https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html https://bugzilla.gnome.org/show_bug.cgi?id=690881
2012-06-11configure: Remove -Wcast-alignEdward Hervey1-1/+1
See https://bugzilla.gnome.org/show_bug.cgi?id=615698
2012-04-13configure: Modernize autotools setup a bitSebastian Dröge1-6/+5
Also we now only create tar.bz2 and tar.xz tarballs.
2012-04-04gnl: Update versioningSebastian Dröge1-10/+10
2012-03-13Remove gstmarshal.[ch] completely and use the generic marshallerTim-Philipp Müller1-2/+2
2012-01-25gnl: Don't use deprecated GMutex/GThread APIEdward Hervey1-1/+1
And depend on same glib version as 0.11 core
2011-08-050.11 branch is open \o/Edward Hervey1-6/+6
2011-02-28configure.ac: export plugin description more platform independentMark Nauwelaerts1-1/+1
Fixes #642504.
2011-01-25configure.ac: And back to development we goEdward Hervey1-1/+1
2011-01-20Release 0.10.17Edward Hervey1-1/+1
2011-01-13configure.ac: 0.10.16.2 pre-releaseEdward Hervey1-1/+1
2010-12-17configure.ac: Bump GLib requirement to 2.22Edward Hervey1-1/+1
In sync with gstreamer core
2010-09-08configure: bump core/base requirement to released versionTim-Philipp Müller1-3/+3
Bump core requirement to released version. People should always use the same -base as core, so bump -base requirement to match core requirement. Also bump GLib requirement to GLib requirement of core.
2010-09-08configure: another small clean-upTim-Philipp Müller1-14/+3
AG_GST_CHECK_GST already sets GST_TOOLS_DIR and GST_PLUGINS_DIR, no need to do it a second time.
2010-09-08configure: small clean-upTim-Philipp Müller1-3/+0
AG_GST_CHECK_GST_PLUGINS_BASE already sets GSTPB_PLUGINS_DIR and prints it to the output, no need to do that twice.
2010-09-08tests: find uninstalled -good plugins and use them for testsTim-Philipp Müller1-0/+3
Enables some more tests / code paths in an uninstalled setup. Also remove duplicate GST_PLUGIN_DIRS. https://bugzilla.gnome.org/show_bug.cgi?id=628943
2010-09-08Back to developmentTim-Philipp Müller1-1/+1
2010-09-06Release 0.10.16Edward Hervey1-1/+1
2010-09-030.10.15.2 pre-releaseEdward Hervey1-1/+1
2010-08-04configure: Check if the compiler supports ISO C89 or C99 and which ↵Sebastian Dröge1-0/+1
parameters are required This first checks what is required for ISO C99 support and sets the relevant compiler parameters and if no C99 compiler is found, it checks for a C89 compiler. This enables us to check for and use C89/C99 functions that gcc hides from us without the correct compiler parameters.
2010-06-28Bump automake requirement to 1.10 and autoconf to 2.60.Tim-Philipp Müller1-2/+2
2010-06-27gnlcomposition: Use fast pad linkingEdward Hervey1-1/+1
Requires latest core
2010-06-14configure: Use GLIB_EXTRA_CFLAGSSebastian Dröge1-1/+1
2010-03-24build: Add all kinds of compiler warning flags and fix the resulting warningsEdward Hervey1-4/+8
2010-03-10Update for recent changes to common submoduleBenjamin Otte1-1/+1
This just replaces every "$ERROR_CFLAGS" usage with a usage of "$WARNING_CFLAGS $ERROR_CFLAGS" to get the same functionality as previously. Actually using that separation will happen later.
2010-03-10configure.ac: And back to development we goEdward Hervey1-1/+1
2010-03-09Release 0.10.15 "I missed the snow in Barcelona"Edward Hervey1-1/+1
2010-02-26configure: Use automake 1.11 silent rules instead of shave if availableSebastian Dröge1-4/+5
This makes sure that we use something that is still maintained and also brings back libtool 1.5 support.
2010-02-17Don't check for check, gst-check already includes itSebastian Dröge1-5/+1
2010-02-12configure.ac: And back to development we goEdward Hervey1-1/+1
2010-02-11Releasing 0.10.14, "Slicing, Dicing and Chopping"Edward Hervey1-1/+1
2010-01-25configure.ac: 0.10.13.3 pre-releaseEdward Hervey1-1/+1
2009-12-010.10.13.2 pre-releaseEdward Hervey1-1/+1
2009-09-21New GnlURISource plugin, of which GnlFileSource subclasses. Fixes #595570Edward Hervey1-1/+1
2009-09-21configure.ac: And back to development we go...Edward Hervey1-1/+1
2009-09-070.10.13 "Service of Quality"Edward Hervey1-1/+1
2009-09-020.10.12.3 pre-releaseEdward Hervey1-1/+1
2009-08-29configure.ac: 0.10.12.2 pre-releaseEdward Hervey1-1/+1
2009-08-12configure.ac: And back to development we go...Edward Hervey1-1/+1
2009-08-10releasing 0.10.12, "Lots of people on the clothesline"Edward Hervey1-1/+1
2009-08-04configure.ac: 0.10.11.3 pre-releaseEdward Hervey1-1/+1
2009-07-160.10.11.2 pre-releaseEdward Hervey1-1/+1
2009-05-30configure.ac: Back to development.Edward Hervey1-1/+1
2009-05-240.10.11 release "How about green for the bikeshed?"Edward Hervey1-1/+1
2009-05-180.10.10.3 pre-releaseEdward Hervey1-1/+1
2009-04-01Remove old old old gnlversion.h.inEdward Hervey1-1/+0
2009-03-110.10.10.2 pre-releaseEdward Hervey1-1/+1
2009-02-25build: Update shave init statement for changes in common. Bump common.Jan Schmidt1-1/+1
2009-02-22Use shave for the buildJan Schmidt1-2/+6