Use opusfile instead of working directly with ogg and opus

This commit is contained in:
jacqueline
2023-08-09 12:00:02 +10:00
parent 578c3737f8
commit 67caeb6e3c
59 changed files with 58143 additions and 264 deletions
+15
View File
@@ -0,0 +1,15 @@
# opusfile installed pkg-config file
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: opusfile
Description: High-level Opus decoding library
Version: @PACKAGE_VERSION@
Requires.private: ogg >= 1.3 opus >= 1.0.1
Conflicts:
Libs: -L${libdir} -lopusfile
Libs.private: @lrintf_lib@
Cflags: -I${includedir}/opus