summaryrefslogtreecommitdiffstats
path: root/branches/1.0/thirdparties/android/lib/pkgconfig/vorbisfile.pc
blob: e8f2f3a8dc3463d269d3e2b595459297f39ef6bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# libvorbisfile pkg-config source file

prefix=/home/inexbee/Bureau/theorarm/android
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: vorbisfile
Description: vorbisfile is a library that provides a convenient high-level API for decoding and basic manipulation of all Vorbis I audio streams
Version: 1.2.3
Requires: vorbis
Conflicts:
Libs: -L${libdir} -lvorbisfile
Cflags: -I${includedir}
OpenPOWER on IntegriCloud