File: USAGE

package info (click to toggle)
libao0 0.7.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 964 kB
  • ctags: 248
  • sloc: sh: 6,597; ansic: 1,473; makefile: 166
file content (19 lines) | stat: -rw-r--r-- 651 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
USAGE

Libao is currently a dynamically-linked library.  This means if you
want to use it, you have to rewrite your program to use the libao API
and link libao to your programs.

If you are using autoconf and automake, include the ao.m4 project in
your project (acinclude.m4 is the usual place) and call

AM_PATH_AO(action-if-found, action-if-not-found)

in your configure.in.  Please look at the ogg123 project for an example
of how this works.

If you do not use autoconf, you need to link against libao and use
ao-config to figure out where the libs and headers are on your 
machine.

Finally, you need to modify your program to use the libao API.