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
+22
View File
@@ -0,0 +1,22 @@
# Process with doxygen to generate API documentation
PROJECT_NAME = @PACKAGE_NAME@
PROJECT_NUMBER = @PACKAGE_VERSION@
PROJECT_BRIEF = "Stand-alone decoder library for .opus files."
INPUT = @top_srcdir@/include/opusfile.h
OPTIMIZE_OUTPUT_FOR_C = YES
QUIET = YES
WARNINGS = YES
WARN_IF_UNDOCUMENTED = YES
WARN_IF_DOC_ERROR = YES
WARN_NO_PARAMDOC = YES
JAVADOC_AUTOBRIEF = YES
SORT_MEMBER_DOCS = NO
HAVE_DOT = @HAVE_DOT@
PROJECT_LOGO = @top_srcdir@/doc/opus_logo.svg
FULL_PATH_NAMES = NO