mirror of
https://github.com/xiph/opus.git
synced 2025-06-01 08:07:41 +00:00

It only existed to not include -lm in the .pc for fixed point builds, but that is still needed since the float API is still enabled and will use at least lrint.
16 lines
346 B
PkgConfig
16 lines
346 B
PkgConfig
# Opus codec reference implementation pkg-config file
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Opus
|
|
Description: Opus IETF audio codec (@PC_BUILD@ build)
|
|
URL: http://opus-codec.org/
|
|
Version: @VERSION@
|
|
Requires:
|
|
Conflicts:
|
|
Libs: -L${libdir} -lopus
|
|
Libs.private: @LIBM@
|
|
Cflags: -I${includedir}/opus
|