This repository has been archived on 2023-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
speex-webrtc-test/external/SpeexDSP/speexdsp-1.2.0/speexdsp.pc.in
2020-11-07 19:58:52 +03:00

15 lines
364 B
PkgConfig

# libspeexdsp pkg-config source file
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: speexdsp
Description: Speexdsp is a speech processing library that goes along with the Speex codec
Version: @PACKAGE_VERSION@
Requires: @FFT_PKGCONFIG@
Conflicts:
Libs: -L${libdir} -lspeexdsp
Libs.private: @LIBM@
Cflags: -I${includedir}