mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2026-08-27 17:01:31 +00:00
rel_1.6.0 init
This commit is contained in:
commit
27b3e2883d
19359 changed files with 8093121 additions and 0 deletions
16
Living_SDK/framework/opus/opus.pc.in
Normal file
16
Living_SDK/framework/opus/opus.pc.in
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue