summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2009-05-10Release 0.10.23Jan Schmidt
2009-05-080.10.22.6 pre-releaseJan Schmidt
2009-05-080.10.22.5 pre-releaseJan Schmidt
2009-05-060.10.22.4 pre-releaseJan Schmidt
2009-04-210.10.22.3 pre-releaseJan Schmidt
2009-04-160.10.22.2 pre-releaseJan Schmidt
2009-03-06win32: fix configure logic for GST_INSTALL_PLUGINS_HELPER defineTim-Philipp Müller
2009-02-28Bump glib requirement to 2.14David Schleef
2009-02-25Change how win32/common/config.h is updatedDavid Schleef
Generate win32/common/config.h-new directly from config.h.in, using shell variables in configure and some hard-coded information. Change top-level makefile so that 'make win32-update' copies the generated file to win32/common/config.h, which we keep in source control. It's kept in source control so that the git tree is buildable from VS. This change is similar to the one recently applied to GStreamer, except that it adds a few -base specific defines.
2009-02-25build: Update shave init statement for changes in common. Bump common.Jan Schmidt
2009-02-23Use shave for the build outputJan Schmidt
2009-02-04audioresample: Only pull in liboil if its actualy used.Stefan Kost
Liboil still has quite significant startup overhead especialy on embedded platforms. In audioresample it was only used for the profiling timer.
2009-02-02Allow to configure the resampler function for integer to skip the ↵Stefan Kost
benchmarking. Fix releasing the intger resampler in benchmark.
2009-01-23Rename files and types from speexresample to audioresampleSebastian Dröge
Rename files and types from speexresample to audioresample to finish the move and to prevent any confusion.
2009-01-23Fix linking on Solaris. Fixes bug #568482.Brian Cameron
Check for nsl and socket libraries and add them to LIBS if they're found. They're needed for socket() and gethostbyname() on Solaris.
2009-01-22Back to devel -> 0.10.22.1Jan Schmidt
2009-01-19Release 0.10.22Jan Schmidt
Original commit message from CVS: Release 0.10.22
2009-01-09configure.ac: 0.10.21.3 pre-releaseJan Schmidt
Original commit message from CVS: * configure.ac: 0.10.21.3 pre-release
2009-01-07Add plugin dependency for the GIO and GVfs modules.Sebastian Dröge
Original commit message from CVS: * configure.ac: * ext/gio/gstgio.c: (plugin_init): Add plugin dependency for the GIO and GVfs modules. Fixes bug #566876.
2009-01-07Add plugin dependency for the gnomevfs modules.Sebastian Dröge
Original commit message from CVS: * configure.ac: * ext/gnomevfs/gstgnomevfs.c: (plugin_init): Add plugin dependency for the gnomevfs modules. Fixes bug #566875.
2009-01-06Use new core API to make registry re-scan the plugin whenever visualisations ↵Tim-Philipp Müller
are added or removed (see #350477). Original commit message from CVS: * configure.ac: * ext/libvisual/visual.c: (plugin_init): Use new core API to make registry re-scan the plugin whenever visualisations are added or removed (see #350477).
2009-01-06Add pkg-config files for libgstapp. Fixes bug #566761.Sebastian Dröge
Original commit message from CVS: * configure.ac: * pkgconfig/Makefile.am: * pkgconfig/gstreamer-app-uninstalled.pc.in: * pkgconfig/gstreamer-app.pc.in: Add pkg-config files for libgstapp. Fixes bug #566761.
2009-01-05Move AppSrc/AppSink from gst-plugins-bad. Fixes #564421Jan Schmidt
Original commit message from CVS: * configure.ac: * docs/libs/Makefile.am: * docs/libs/gst-plugins-base-libs-docs.sgml: * docs/libs/gst-plugins-base-libs-sections.txt: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-base-plugins-docs.sgml: * docs/plugins/gst-plugins-base-plugins-sections.txt: * docs/plugins/gst-plugins-base-plugins.args: * docs/plugins/gst-plugins-base-plugins.hierarchy: * docs/plugins/gst-plugins-base-plugins.interfaces: * docs/plugins/gst-plugins-base-plugins.prerequisites: * docs/plugins/gst-plugins-base-plugins.signals: * docs/plugins/inspect/plugin-app.xml: * gst-libs/gst/Makefile.am: * gst-libs/gst/app/gstappsink.c: * gst-libs/gst/app/gstappsrc.c: * tests/examples/Makefile.am: * tests/examples/app/Makefile.am: Move AppSrc/AppSink from gst-plugins-bad. Fixes #564421
2009-01-02Make the seek and colorkey examples depend on gtk+-x11 as they useAlessandro Decina
Original commit message from CVS: * configure.ac: * tests/examples/seek/Makefile.am: * tests/icles/Makefile.am: Make the seek and colorkey examples depend on gtk+-x11 as they use GDK_WINDOW_XID. Fixes the build with gtk+-quartz.
2008-12-08configure.ac: First check for "theoraenc theoradec" and if that failed check ↵Sebastian Dröge
for "theora >= 1.0alpha5". The former ap... Original commit message from CVS: * configure.ac: First check for "theoraenc theoradec" and if that failed check for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and deprecate the latter. Also linking on Windows fails with just "theora" and the version check would fail for the release candidates. Fixes bug #563718.
2008-12-04configure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one ↵Sebastian Dröge
macro directory, reverting last change. Original commit message from CVS: * configure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one macro directory, reverting last change.
2008-12-04configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our ↵Sebastian Dröge
M4 macros. Original commit message from CVS: * configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M4 macros.
2008-11-29Require gettext 0.17 because older versions don't mix with libtool 2.2. At ↵Sebastian Dröge
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.
2008-11-27Rename the moved speexresample to audioresample, integrate into the build ↵Sebastian Dröge
system and remove the old audioresample fro... Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-base-plugins-sections.txt: * docs/plugins/gst-plugins-base-plugins.args: * docs/plugins/gst-plugins-base-plugins.hierarchy: * docs/plugins/gst-plugins-base-plugins.interfaces: * docs/plugins/gst-plugins-base-plugins.prerequisites: * docs/plugins/inspect/plugin-adder.xml: * docs/plugins/inspect/plugin-alsa.xml: * docs/plugins/inspect/plugin-audioconvert.xml: * docs/plugins/inspect/plugin-audiorate.xml: * docs/plugins/inspect/plugin-audioresample.xml: * docs/plugins/inspect/plugin-audiotestsrc.xml: * docs/plugins/inspect/plugin-cdparanoia.xml: * docs/plugins/inspect/plugin-decodebin.xml: * docs/plugins/inspect/plugin-ffmpegcolorspace.xml: * docs/plugins/inspect/plugin-gdp.xml: * docs/plugins/inspect/plugin-gio.xml: * docs/plugins/inspect/plugin-gnomevfs.xml: * docs/plugins/inspect/plugin-libvisual.xml: * docs/plugins/inspect/plugin-ogg.xml: * docs/plugins/inspect/plugin-pango.xml: * docs/plugins/inspect/plugin-playback.xml: * docs/plugins/inspect/plugin-queue2.xml: * docs/plugins/inspect/plugin-subparse.xml: * docs/plugins/inspect/plugin-tcp.xml: * docs/plugins/inspect/plugin-theora.xml: * docs/plugins/inspect/plugin-typefindfunctions.xml: * docs/plugins/inspect/plugin-uridecodebin.xml: * docs/plugins/inspect/plugin-video4linux.xml: * docs/plugins/inspect/plugin-videorate.xml: * docs/plugins/inspect/plugin-videoscale.xml: * docs/plugins/inspect/plugin-videotestsrc.xml: * docs/plugins/inspect/plugin-volume.xml: * docs/plugins/inspect/plugin-vorbis.xml: * docs/plugins/inspect/plugin-ximagesink.xml: * docs/plugins/inspect/plugin-xvimagesink.xml: * gst/speexresample/gstspeexresample.c: (plugin_init): * gst/speexresample/Makefile.am: * tests/check/Makefile.am: * tests/check/elements/speexresample.c: (setup_speexresample), (GST_START_TEST), (test_pipeline): Rename the moved speexresample to audioresample, integrate into the build system and remove the old audioresample from the build system. Fixes bug #558124, #385061, #346218, #116051.
2008-10-09configure.ac: Require core CVS for ghostpad API additions used by decodebin2.Tim-Philipp Müller
Original commit message from CVS: * configure.ac:: Require core CVS for ghostpad API additions used by decodebin2.
2008-10-05configure.ac: Back to development -> 0.10.21.1Jan Schmidt
Original commit message from CVS: * configure.ac: Back to development -> 0.10.21.1
2008-10-03Release 0.10.21Jan Schmidt
Original commit message from CVS: Release 0.10.21
2008-09-28configure.ac: 0.10.20.4 pre-releaseJan Schmidt
Original commit message from CVS: * configure.ac: 0.10.20.4 pre-release
2008-09-16Commit stuff that should have gone in last week when I made the pre-releases:Jan Schmidt
Original commit message from CVS: Commit stuff that should have gone in last week when I made the pre-releases: 2008-09-10 Jan Schmidt <jan.schmidt@sun.com> * configure.ac: 0.10.20.2 pre-release * po/LINGUAS: * po/id.po: * po/pt_BR.po: New translations.
2008-09-03Rework last change, so that we build subparse, but just disable the sami ↵Stefan Kost
parse functionality, if we're configured to ... Original commit message from CVS: * configure.ac: * gst/subparse/Makefile.am: * gst/subparse/gstsubparse.c: * gst/subparse/samiparse.c: * tests/check/elements/subparse.c: Rework last change, so that we build subparse, but just disable the sami parse functionality, if we're configured to not use xml. In the tests only the sami test is disabled now.
2008-09-02configure.ac: Disable subparse when xml is disabled. It woundn't work ↵Stefan Kost
anyway. Fixes test runs. Original commit message from CVS: * configure.ac: Disable subparse when xml is disabled. It woundn't work anyway. Fixes test runs.
2008-08-01Bump requirement to latest core and use new tag for riff formats.Stefan Kost
Original commit message from CVS: * configure.ac: * gst-libs/gst/riff/riff-read.c: Bump requirement to latest core and use new tag for riff formats. Needed for #520694.
2008-07-23configure.ac: Remove AC_ISC_POSIX; it breaks on some systems and is not needed.Michael Smith
Original commit message from CVS: * configure.ac: Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
2008-06-20configure.ac: Bump verion back to devel -> 0.10.20.1Jan Schmidt
Original commit message from CVS: * configure.ac: Bump verion back to devel -> 0.10.20.1
2008-06-18Release 0.10.20Jan Schmidt
Original commit message from CVS: Release 0.10.20
2008-06-11configure.ac: 0.10.19.3 pre-releaseJan Schmidt
Original commit message from CVS: * configure.ac: 0.10.19.3 pre-release
2008-06-05configure.ac: 0.10.19.2 pre-releaseJan Schmidt
Original commit message from CVS: * configure.ac: 0.10.19.2 pre-release
2008-05-20configure.ac: Require core CVS for GstBaseSrc buffer caps setting magic.Tim-Philipp Müller
Original commit message from CVS: * configure.ac: Require core CVS for GstBaseSrc buffer caps setting magic.
2008-05-19configure.ac: Error out if we don't have the required version of core.Tim-Philipp Müller
Original commit message from CVS: * configure.ac: Error out if we don't have the required version of core.
2008-04-18configure.ac: Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level ↵Tim-Philipp Müller
(NB: this only affects compilation of some... Original commit message from CVS: * configure.ac: Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level (NB: this only affects compilation of some of the examples). Remove some configure.ac cruft that's not needed any longer.
2008-04-06configure.ac: Actually build dlls when cross-compiling with mingw32.Damien Lespiau
Original commit message from CVS: Patch by: Damien Lespiau <damien dot lespiau at gmail dot com> * configure.ac: Actually build dlls when cross-compiling with mingw32. Fixes bug #526247.
2008-04-03configure.ac: Bump version to 0.10.19.1 after the unplanned 0.10.19 release.Tim-Philipp Müller
Original commit message from CVS: * configure.ac: Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
2008-04-01configure.ac: Require GLib 2.12 and liboil 0.3.14.Sebastian Dröge
Original commit message from CVS: * configure.ac: Require GLib 2.12 and liboil 0.3.14. * gst/volume/gstvolume.c: (volume_process_double): Unconditionally use liboil 0.3.14 function.
2008-03-22Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static ↵Sebastian Dröge
strings (i.e. all). This gives us less memory u... Original commit message from CVS: * configure.ac: * ext/alsa/gstalsamixerelement.c: (gst_alsa_mixer_element_class_init): * ext/alsa/gstalsasink.c: (gst_alsasink_class_init): * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init): * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_class_init): * ext/gio/gstgiosink.c: (gst_gio_sink_class_init): * ext/gio/gstgiosrc.c: (gst_gio_src_class_init): * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init): * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init): * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init): * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init): * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init): * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init): * ext/pango/gsttextrender.c: (gst_text_render_class_init): * ext/theora/theoradec.c: (gst_theora_dec_class_init): * ext/theora/theoraenc.c: (gst_theora_enc_class_init): * ext/theora/theoraparse.c: (gst_theora_parse_class_init): * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init): * gst-libs/gst/audio/gstaudiofiltertemplate.c: (gst_audio_filter_template_class_init): * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_class_init): * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_class_init): * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_class_init): * gst-libs/gst/interfaces/mixertrack.c: (gst_mixer_track_class_init): * gst-libs/gst/rtp/gstbasertpdepayload.c: (gst_base_rtp_depayload_class_init): * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_class_init): * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_class_init): * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init): * gst/audioresample/gstaudioresample.c: (gst_audioresample_class_init): * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_class_init): * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init): * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init): * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init), (preroll_unlinked): * gst/playback/gstplaybin.c: (gst_play_bin_class_init): * gst/playback/gstplaybin2.c: (gst_play_bin_class_init): * gst/playback/gstplaysink.c: (gst_play_sink_class_init): * gst/playback/gstqueue2.c: (gst_queue_class_init): * gst/playback/gststreaminfo.c: (gst_stream_info_class_init): * gst/playback/gststreamselector.c: (gst_selector_pad_class_init), (gst_stream_selector_class_init): * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init): * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init): * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init): * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init): * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init): * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init): * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init): * gst/videorate/gstvideorate.c: (gst_video_rate_class_init): * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init): * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_class_init): * gst/volume/gstvolume.c: (gst_volume_class_init): * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init): * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init): * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init): * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init): * sys/ximage/ximagesink.c: (gst_ximagesink_class_init): * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init): Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings (i.e. all). This gives us less memory usage, fewer allocations and thus less memory defragmentation. Depend on core CVS for this. Fixes bug #523806.
2008-03-21configure.ac: Fix lrint/lrintf checks to actually work. These functions are ↵Sebastian Dröge
in libm on Linux at least so try to link ... Original commit message from CVS: * configure.ac: Fix lrint/lrintf checks to actually work. These functions are in libm on Linux at least so try to link to it.