Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/libvorbis-1.2.0/vorbis.pc.in @ 16

Last change on this file since 16 was 16, checked in by landauf, 16 years ago

added libvorbis

File size: 285 bytes
Line 
1# libvorbis pkg-config source file
2
3prefix=@prefix@
4exec_prefix=@exec_prefix@
5libdir=@libdir@
6includedir=@includedir@
7
8Name: vorbis
9Description: vorbis is the primary Ogg Vorbis library
10Version: @VERSION@
11Requires: ogg
12Conflicts:
13Libs: -L${libdir} -lvorbis -lm
14Cflags: -I${includedir}
Note: See TracBrowser for help on using the repository browser.