mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-07 15:05:38 +01:00
13 lines
259 B
PkgConfig
13 lines
259 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: FLAC
|
|
Description: Free Lossless Audio Codec Library
|
|
Version: @VERSION@
|
|
Requires.private: @OGG_PACKAGE@
|
|
Libs: -L${libdir} -lFLAC
|
|
Libs.private: -lm
|
|
Cflags: -I${includedir}
|