File: rtaudio.pc.in

package info (click to toggle)
rtaudio 4.1.2~ds0-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,668 kB
  • ctags: 988
  • sloc: cpp: 9,239; sh: 4,403; makefile: 94
file content (12 lines) | stat: -rwxr-xr-x 358 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/rtaudio        

Name: librtaudio
Description: RtAudio - a set of C++ classes that provide a common API for realtime audio input/output
Version: @PACKAGE_VERSION@
Requires: @req@ 
Libs: -L${libdir} -lrtaudio
Libs.private: -lpthread
Cflags: -pthread -I${includedir}