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

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

Name: ogg
Description: ogg is a library for manipulating ogg bitstreams
Version: 1.1.4
Requires:
Conflicts:
Libs: -L${libdir} -logg
Cflags: -I${includedir}
OpenPOWER on IntegriCloud