16 lines
301 B
PkgConfig
Raw Normal View History

2019-10-26 01:51:40 +02:00
# libspeex pkg-config source file
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: speex
Description: Speex is an audio codec tuned for speech
Version: @SPEEX_VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -lspeex
Libs.private: @LIBM@
Cflags: -I${includedir}