15 lines
271 B
PkgConfig
15 lines
271 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 -lm
|
||
|
Cflags: -I${includedir}
|