[Vorbis-dev] Does libao use /dev/sound for audio ?

Ralph Giles rillian at telus.net
Thu Apr 16 09:44:05 PDT 2009


On Thu, Apr 16, 2009 at 1:41 AM, Diptopal Basu <diptopal.basu at gmail.com> wrote:

> I am planning to port this on a an ARM platform running Linux .  Actually I
> was hunting for the makefile in the libogg and libvorbis folders and I could
> not find it  . I guess I need to make use of the autotools to first generate
> the makefile from makefile.in , config.h.in etc

That's correct. You may not need to modify the Makefiles directly
though. In theory you can do something like this:

./configure --host=arm-linux-gnueabi

This is supposed to set the same variables automatically in the
Makefiles in creates. Sometimes one must fiddle with --prefix and
dependent library locations to get subsequent stages to link however.

 -r


More information about the Vorbis-dev mailing list