[LAU] aubio 0.4.0~beta1

Robin Gareus robin at gareus.org
Mon Dec 9 20:22:41 UTC 2013


On 12/09/2013 03:18 PM, Paul Brossier wrote:
> Hi all,
> 
> I have just published aubio 0.4.0~beta1. It would be nice if some
> of you could give it a go before I push the final 0.4.0.
> 
> It's available here:
> 
> http://aubio.org/pub/aubio-0.4.0~beta1.tar.bz2
> 
> Here is the ChangeLog entry:
[..snip..]

Wow. quite a long change-list. Congratulations on this release.

It needs a small tweak to compile with different libav/ffmpeg
versions. Support for avcodec should only be enabled if all libav*
version checks are satisfied:

[..snip..]

Checking for 'jack' >= 0.15.0            : yes
Checking for 'libavcodec' >= 54.35.0     : yes
Checking for 'libavformat' >= 52.3.0     : yes
Checking for 'libavutil' >= 52.3.0       : not found
Checking for 'libavresample' >= 1.0.1    : not found

[..snip..]

[ 15/199] c: src/mathutils.c -> build/src/mathutils.c.1.o
../src/io/source_avcodec.c:29:38: fatal error:
libavresample/avresample.h: No such file or directory
compilation terminated.


./waf configure --disable-avcodec  # makes it work

Cheers!
robin


More information about the Linux-audio-user mailing list