On Wed, 20 Jun 2001, [iso-8859-1] Sékine COULIBALY wrote:
> I'm trying to write my own code for an oggplayer. Once i have my source
> files, what kind of makefile should I use ? Or what commande line should i
> give to the compiler ?
I am not sure if there is correct answer since we don't know about your
code, your compiler, your make, etc.. Anyways, I assume it will be
something like:
gcc -o youroggplayer -I/usr/local/include -lvorbisfile -lvorbis -lm -logg
-L/usr/local/lib -lao youroggplayer.c
Jeremy C. Reed
http://www.reedmedia.net/
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to
'vorbis-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is
needed.
Unsubscribe messages sent to the list will be ignored/filtered.