You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
322 B
11 lines
322 B
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
|