mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
1. Make the 700 bit/s codec sound better, to improve speech quality on low SNR HF channels (beneath 0dB). 2. Develop a higher quality mode in the 2000 to 3000 bit/s range, that can be used on HF channels with modest SNRs (around 10dB)
11 lines
356 B
PkgConfig
11 lines
356 B
PkgConfig
--- codec2.pc.in.orig 2017-04-04 20:42:22 UTC
|
|
+++ codec2.pc.in
|
|
@@ -1,6 +1,6 @@
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
-libdir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@
|
|
-includedir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@/
|
|
+libdir=${prefix}/lib
|
|
+includedir=${prefix}/include/codec2
|
|
|
|
Name: codec2
|
|
Description: A speech codec for 2400 bit/s and below
|