File: shout-idjc.pc.in

package info (click to toggle)
mixxx 2.5.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 151,336 kB
  • sloc: cpp: 238,395; xml: 217,434; javascript: 108,018; ansic: 25,966; sh: 4,713; python: 2,820; makefile: 206; perl: 49; sql: 47
file content (15 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (6)
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@