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.
16 lines
364 B
16 lines
364 B
# 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}
|