mirror of https://github.com/drowe67/codec2.git
11 lines
307 B
PkgConfig
11 lines
307 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@/codec2
|
|
|
|
Name: codec2
|
|
Description: A speech codec for 2400 bit/s and below
|
|
Requires:
|
|
Version: @CODEC2_VERSION@
|
|
Libs: -L${libdir} -lcodec2
|
|
Cflags: -I${includedir}
|