aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Update autoconfMatthias P. Braendli2021-02-241-6/+11
|
* Prepare v3.0.0v3.0.0Matthias P. Braendli2020-09-231-1/+1
|
* Prepare v2.6.1v2.6.1Matthias P. Braendli2020-05-261-1/+1
|
* Statically link toolame-dab and fdk-aac-dabMatthias P. Braendli2020-05-121-32/+2
| | | | | ODR-AudioEnc is the only tool using those two libraries, and statically linking makes deployment simpler.
* Prepeare v2.6.0v2.6.0Matthias P. Braendli2020-04-231-1/+1
|
* Add check for MSG_NOSIGNAL and SO_NOSIGPIPEMatthias P. Braendli2020-04-211-0/+20
|
* Replace AX_CXX_COMPILE_STDCXX_11 by AX_CXX_COMPILE_STDCXXMatthias P. Braendli2020-04-211-1/+1
| | | | This is because the latter is actually a dependency of the former
* Fix GStreamer input, rework ICY-Text writeMatthias P. Braendli2020-03-311-0/+2
|
* Merge GStreamer into nextMatthias P. Braendli2020-03-311-19/+22
|\
| * Prepare v2.5.0v2.5.0Matthias P. Braendli2020-02-111-1/+1
| |
| * Remove extremely noisy -Wdouble-promotionMatthias P. Braendli2019-11-111-2/+0
| |
| * Include patched FDK-AAC in the repositoryMatthias P. Braendli2019-11-111-16/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The initial idea was to get the DAB+ patch into upstream, but since that follows the android source releases, there is no place for a custom DAB+ patch there. So instead of having to maintain a patched fdk-aac that has to have the same .so version as the distribution package on which it is installed, we prefer having a separate fdk-aac-dab library to avoid collision. At that point, there's no reason to keep fdk-aac in a separate repository, as odr-audioenc is the only tool that needs DAB+ encoding support. Including it here simplifies installation, and makes it consistent with toolame-dab, also shipped in this repository. DAB+ decoding support (needed by ODR-SourceCompanion, dablin, etisnoop, welle.io and others) can be done using upstream FDK-AAC.
* | Add GStreamer input prototypeMatthias P. Braendli2019-09-241-1/+39
|/
* Add tist support for EDI output, take code from odr-mmbtools-commonMatthias P. Braendli2019-08-211-0/+10
|
* Prepare v2.4.1v2.4.1Matthias P. Braendli2019-07-311-1/+1
|
* Prepare v2.4.0v2.4.0Matthias P. Braendli2019-07-161-1/+1
|
* Prepare v2.3.1v2.3.1Matthias P. Braendli2018-10-111-1/+1
|
* Use pkg-config to check for fdk-aacMatthias P. Braendli2018-10-081-1/+3
| | | | This solves wrong linking if both /usr/lib/libfdk.so.0 and /usr/local/lib/libfdk.so.1 exist
* Prepare v2.3.0v2.3.0Matthias P. Braendli2018-03-211-1/+1
|
* Improve warnings check for clangMatthias P. Braendli2017-12-151-12/+12
|
* Remove useless configure check for librtMatthias P. Braendli2017-12-111-2/+0
|
* Prepare v2.2.0v2.2.0Matthias P. Braendli2017-11-181-1/+1
|
* Enable compilation warnings, and switch toolame-dab to using doubleMatthias P. Braendli2017-10-041-0/+16
|
* Prepare v2.1.0v2.1.0Matthias P. Braendli2017-03-101-1/+1
|
* Prepare v2.0.1v2.0.1Matthias P. Braendli2017-01-271-1/+1
|
* Add autoconf check for DAB+ support in FDK-AACMatthias P. Braendli2016-10-181-0/+14
|
* Remove libfec dependencyMatthias P. Braendli2016-09-161-5/+1
|
* Rename project to ODR-AudioEnc for consistencyMatthias P. Braendli2016-09-111-1/+1
|
* Remove mot-encoderMatthias P. Braendli2016-09-111-16/+0
|
* Link against external fdk, rename to odr-audioencoderMatthias P. Braendli2016-09-101-6/+3
|
* Prepare release v1.2.0v1.2.0Matthias P. Braendli2016-09-021-1/+1
|
* Prepare release v1.1.0v1.1.0Matthias P. Braendli2016-07-301-1/+1
|
* Prepare release v1.0.1v1.0.1Matthias P. Braendli2016-03-291-1/+1
|
* Prepare v1.0.0v1.0.0Matthias P. Braendli2016-03-261-1/+1
|
* Fix PTHREAD configureMatthias P. Braendli2016-03-071-1/+6
|
* Make ALSA input conditionalMatthias P. Braendli2016-02-261-4/+14
|
* Rename library fdk-aac to fdk-dabplusMatthias P. Braendli2016-02-151-1/+1
|
* Include toolame-dab as libraryMatthias P. Braendli2016-02-151-0/+2
|
* Prepare v0.8.0v0.8.0Matthias P. Braendli2016-01-101-1/+1
|
* Prepare v0.7.4v0.7.4Matthias P. Braendli2016-01-031-1/+1
|
* Prepare release v0.7.3v0.7.3Matthias P. Braendli2015-11-011-1/+1
|
* Prepare release v0.7.2v0.7.2Matthias P. Braendli2015-05-091-1/+1
|
* Replace boost by C++11Matthias P. Braendli2015-05-041-4/+3
| | | | | std::thread doesn't support interruption like boost::thread, which was used in the ALSA input. Everything else should be equivalent.
* Switch autotools project to C++11Matthias P. Braendli2015-05-041-0/+2
|
* Prepare release v.0.7.1v0.7.1Matthias P. Braendli2015-05-041-1/+1
|
* Add configure check for libfecMatthias P. Braendli2015-05-031-0/+4
|
* Print configure summaryMatthias P. Braendli2015-04-231-0/+21
|
* Autodetect ImageMagick availabilityMatthias P. Braendli2015-04-231-1/+4
|
* Prepare release v0.7.0v0.7.0Matthias P. Braendli2015-04-101-1/+1
|
* Add libvlc inputMatthias P. Braendli2015-03-111-0/+13
| | | | | Be careful about sample rate conversion, VLC only wants to use the ugly resampler on some machines.