mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-13 06:57:07 +03:00
move to new cspot
This commit is contained in:
16
components/spotify/cspot/bell/external/opus/opus.pc.in
vendored
Normal file
16
components/spotify/cspot/bell/external/opus/opus.pc.in
vendored
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
|
||||
Reference in New Issue
Block a user