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
347 B
16 lines
347 B
# 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: https://opus-codec.org/ |
|
Version: @VERSION@ |
|
Requires: |
|
Conflicts: |
|
Libs: -L${libdir} -lopus |
|
Libs.private: @LIBM@ |
|
Cflags: -I${includedir}/opus
|
|
|