16 lines
301 B
PkgConfig
16 lines
301 B
PkgConfig
|
# libcelt pkg-config source file
|
||
|
|
||
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: celt
|
||
|
Description: CELT is a low-delay audio codec
|
||
|
Version: @CELT_VERSION@
|
||
|
Requires:
|
||
|
Conflicts:
|
||
|
Libs: -L${libdir} -lcelt@LIBCELT_SUFFIX@
|
||
|
Libs.private: -lm
|
||
|
Cflags: -I${includedir}
|