Re: Does libao use /dev/sound for audio ?
Ralph Giles <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Apr 16, 2009 at 1:41 AM, Diptopal Basu <[email protected]> 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 _______________________________________________ Vorbis-dev mailing list [email protected] http://lists.xiph.org/mailman/listinfo/vorbis-dev