Add libogg for handling opus streams reasonably

This commit is contained in:
jacqueline
2023-08-08 23:14:42 +10:00
parent 6c3501dbcb
commit 1b6811663c
130 changed files with 17202 additions and 33 deletions
+14
View File
@@ -0,0 +1,14 @@
# ogg pkg-config file
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: ogg
Description: ogg is a library for manipulating ogg bitstreams
Version: @VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -logg
Cflags: -I${includedir}