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