mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
12 lines
260 B
PkgConfig
12 lines
260 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: FLAC++
|
|
Description: Free Lossless Audio Codec Library (C++ API)
|
|
Version: @VERSION@
|
|
Requires: flac
|
|
Libs: -L${libdir} -lFLAC++ -lm
|
|
Cflags: -I${includedir}/FLAC++
|