Re: Can you provide me some information on music players using ogg.
Conrad Parker <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.devel |
|---|---|
| Message-ID | <[email protected]> |
2009/4/8 Diptopal Basu <[email protected]>: > Hi Conrad , > > Any document which explains the whole setup from the libraries to > installing ogg123 ? these libraries use GNU autotools in a fairly standard way; see the INSTALL file in each tarball. You'll need to set your build host appropriately for your cross compiler, but that is not specific to these libraries (so check your development environment for instructions). If you are compiling from svn, check out each project and run ./autogen.sh before running configure. Conrad.