Displaying 3 results from an estimated 3 matches for "libao2".
Did you mean:
libao
2007 May 13
1
vorbis-tools ./configure problems libao2 posix threads
...4 using SVN.
I am having some real problems getting the configure script to satisfy
the dependencies needed for ogg123 support (which I definitely want).
The problems are:-
Firstly configure wants libao and libcurl and POSIX Threads. I installed
libao initially but found that I had to install libao2 (through fink).
Will configure be happy with this?
Secondly I am not wholly sure where precisely libao2 is placed once
installed. I did a find and found several possibilities and added this
to my configure script:-
sudo ./configure --disable-vorbistest --with-ao=/sw/lib
However I am still get...
2009 Oct 06
0
[ao] Two patches for libao2
...so I might start
making point releases which just role in patches that are lying
around. Assuming I can find the time and then roll out new debian
packages.
Cheers,
John
On Sun, Aug 30, 2009 at 11:52:01PM +0300, Heikki Orsila wrote:
> Please consider these two (Git) patches for inclusion into libao2.
>
> 1. Trivial fix
>
> 2. Make driver specific options configurable
> - With this patch, one can for example set ALSA's buffer_time
> option for all programs that use libao
>
> --
> Heikki Orsila
> heikki.orsila at iki.fi
> http://www.iki.fi/shd
> F...
2004 Sep 03
1
Vorbis Tools installation problem
I am trying to install vorbis-tools 1.0.1 onto my mac os 10.3.5
I installed the relevant libraries through fink
(http://fink.sourceforge.net) - libao2, libvorbis, libogg
my configure command was this:
./configure -with-ogg=/sw --with-ao=/sw --without-flac --without-speex
I received no errors from configure except to let me know that oggenc
would not have flac support and that ogg123 would not have flac or
speex support.
I then ran sudo make...