summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* rawudp-upnp test: Also build against new GUPnP 1.2 library if presentHEADmasterOlivier Crête2020-10-201-0/+17
| | | | Update the configure test to match
* configure: add check for glib-mkenumsStefan Becker2020-03-121-0/+6
| | | | | | | This fixes build failure for latest source with autoconf. Add the check glib-mkenums and definition of GLIB_MKENUMS to configure.ac Fixes #16
* Version 0.2.9.1Olivier Crête2020-03-111-1/+1
|
* Version 0.2.90.2.9Olivier Crête2020-03-111-2/+2
|
* configure: Increase GLib dependency to 2.40Olivier Crête2020-03-111-4/+4
| | | | This matches recent GStreamer.
* Update common/ to latestOlivier Crête2018-09-191-2/+1
|
* Remove Python dependencyOlivier Crête2018-09-191-1/+0
| | | | Farstream 0.2 never depended on Python directly
* Remove MSN pluginOlivier Crête2017-01-171-2/+0
|
* Version 0.2.8.1Olivier Crête2016-03-101-1/+1
|
* Version 0.2.80.2.8Olivier Crête2016-03-101-2/+2
|
* Enable building static FsPluginsNicolas Dufresne2015-02-251-1/+1
| | | | | | | | | | | | | | | | | This required change FS_INIT_PLUGIN() macro. It's now taking name and type argumenet. This is a slight API break, but there never existed any external plugins. Also, already built plugins should not be affected since the symbol remains the same. Note also that plugin are no longer unloadable, it was already not well supported. Instead of adding loads of if, we simply register the module types as static (just like GStreamer does). To register static plugin, you can declare it's registration function using FS_PLUGIN_STATIC_DECLARE(name), and then in your code call the function using FS_PLUGIN_STATIC_REGISTER(name). https://bugs.freedesktop.org/show_bug.cgi?id=89287
* Enable building static GStreamer pluginsNicolas Dufresne2015-02-251-1/+24
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=89287
* Version 0.2.7.1Olivier Crête2015-01-281-1/+1
|
* Version 0.2.70.2.7Olivier Crête2015-01-281-2/+2
|
* configure: Add "subdir-objects" automake optionOlivier Crête2015-01-281-1/+1
| | | | | Automake now warns that it will be the only behavior in the future. So quell the warning by adding it.
* Version 0.2.6.1Olivier Crête2014-10-091-1/+1
|
* Version 0.2.60.2.6Olivier Crête2014-10-091-1/+1
|
* Add ICE-TCP candidatesJakub Adam2014-10-091-1/+1
| | | | Also to the nice transmitter
* Version 0.2.5.1Olivier Crête2014-10-091-1/+1
|
* Version 0.2.50.2.5Olivier Crête2014-10-091-2/+2
|
* Requirement is actually 1.4 for srtpOlivier Crête2014-10-091-2/+2
|
* Bump requirement for srtp, need GStreamer 1.2Olivier Crête2014-09-181-2/+2
|
* Remove fsrtcpfilterOlivier Crête2014-09-181-2/+0
| | | | It's not useful in real life
* fsrtpxdata: Add RTP pay/depay for Microsoft Lync RTP x-dataOlivier Crête2014-09-181-1/+3
|
* Fix some mismatched / redundant <para> gtk-doc tagsIain Lane2014-05-061-1/+1
| | | | | | | | | gtk-doc 1.20 got more strict about correctness here wrt. balanced tags. Also bump the relevant gtk-doc requirement, these tags were added for a reason back then. https://bugs.freedesktop.org/show_bug.cgi?id=76458
* Version 0.2.4.1Olivier Crête2014-05-051-1/+1
|
* Version 0.2.40.2.4Olivier Crête2014-05-051-2/+2
|
* Version 0.2.3.1Olivier Crête2013-04-151-1/+1
|
* Version 0.2.30.2.3Olivier Crête2013-04-151-2/+2
|
* Misc win32 portability fixesOlivier Crête2013-04-041-1/+2
| | | | Based on a patch by Conrad Poelman
* Fix the build with automake 1.13Nuno Araujo2013-03-221-1/+1
| | | | | In Automake 1.13, the long-deprecated macro AM_CONFIG_HEADER (deprecated since 2002) has been removed in favour of AC_CONFIG_HEADERS.
* Use the generic marshallers instead of generating themOlivier Crête2013-02-051-1/+1
|
* Version 0.2.2.1Olivier Crête2012-11-141-1/+1
|
* Version0.2.2Olivier Crête2012-11-141-1/+1
|
* Version 0.2.1.1Olivier Crête2012-10-041-1/+1
|
* Version 0.2.10.2.1Olivier Crête2012-10-041-2/+2
|
* Remove GST_USE_UNSTABLE_API as GStreamer 1.0 has been releasedOlivier Crête2012-10-011-2/+2
|
* Version 0.2.0.1Olivier Crête2012-09-251-1/+1
|
* Version 0.2.00.2.0Olivier Crête2012-09-251-4/+4
|
* Port to GLib 2.32Olivier Crête2012-09-251-4/+4
|
* Version 0.1.91.1Olivier Crête2012-09-131-1/+1
|
* Version 0.1.910.1.91Olivier Crête2012-09-131-2/+2
|
* Add uninstalled pc fileSjoerd Simons2012-09-131-0/+1
|
* Replace FS_MAJORMINOR with FS_APIVERSIONOlivier Crête2012-09-111-12/+10
|
* Using git for a long long timeOlivier Crête2012-09-111-3/+3
|
* Change version numbersOlivier Crête2012-09-111-4/+6
|
* Replace GST_MAJORMINOR with GST_API_VERSIONOlivier Crête2012-08-071-7/+7
|
* Search for python for mangle-tmpl.pySjoerd Simons2012-07-311-2/+1
|
* Use gstreamer 1.0 instead of 0.11Sjoerd Simons2012-07-311-1/+1
|
* Port to GStreamer 0.11Olivier Crête2012-07-311-30/+10
|