mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 07:17:43 +02:00
15 lines
308 B
PkgConfig
15 lines
308 B
PkgConfig
# libspeex pkg-config source file
|
|
|
|
prefix=/usr/local/speex
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: speex
|
|
Description: Speex is an audio codec tuned for speech
|
|
Version: 1.2rc1
|
|
Requires:
|
|
Conflicts:
|
|
Libs: -L${libdir} -lspeex
|
|
Libs.private: -lm
|
|
Cflags: -I${includedir}
|