summaryrefslogtreecommitdiffstats
path: root/lib/libshout-idjc/shout-idjc.pc.in
blob: 2b425558e84d436b1e4b6464ffd7ebccaab58514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# libshout-idjc pkg-config source file

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
cppflags=@SHOUT_CPPFLAGS@
cflags_only=@SHOUT_CFLAGS@

Name: Shout-idjc
Description: Audio streaming library for shoutcast/icecast encoders
Version: @VERSION@
Requires.private: @SHOUT_REQUIRES@
Libs: -L${libdir} -lshout-idjc
Cflags: -I${includedir} @PTHREAD_CPPFLAGS@ @SHOUT_CFLAGS@