mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 17:09:26 +02: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}
|