Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 266 Bytes

ogg.pc.in

File metadata and controls

14 lines (12 loc) · 266 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ogg pkg-config 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}