Re: Does libao use /dev/sound for audio ?
Conrad Parker <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.devel |
|---|---|
| Message-ID | <[email protected]> |
2009/4/15 Diptopal Basu <[email protected]>: > > I do not have a clue as to where to change the makefiles and config > files for the ligogg and the libvorbis files for building them with ARM > compiler . What are the factors that I need to take care if I try to cross > compile these libraries on ARM ? > ok, then you need to start there. Read up on GNU autotools support for that platform. It is probably just a matter of running: ./configure --host=... or ./configure --target=... and setting the prefix to your compiler in there. Conrad.