summaryrefslogtreecommitdiff
path: root/ogg.pc.in
blob: 095fe7dedac85886a7706435c4d2e45e5b3307cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# libogg pkg-config source file

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

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