Browse Source

Update opus to 1.5.2

Signed-off-by: falkTX <falktx@falktx.com>
main
falkTX 4 months ago
parent
commit
f35d6b6638
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 3 additions and 5 deletions
  1. +2
    -4
      patches/opus/02_hidden-opus-api.patch
  2. +1
    -1
      setup/versions.sh

+ 2
- 4
patches/opus/02_hidden-opus-api.patch View File

@@ -1,7 +1,5 @@
diff --git a/include/opus_defines.h b/include/opus_defines.h
index cd8f4dd..48f59da 100644
--- a/include/opus_defines.h
+++ b/include/opus_defines.h
--- opus-static-1.3.1.orig/include/opus_defines.h
+++ opus-static-1.3.1/include/opus_defines.h
@@ -63,19 +63,7 @@ extern "C" {
/** @cond OPUS_INTERNAL_DOC */
/**Export control for opus functions */


+ 1
- 1
setup/versions.sh View File

@@ -28,7 +28,7 @@ LIBVORBIS_URL=${XIPH_URL}/vorbis
FLAC_VERSION=1.5.0
FLAC_URL=${XIPH_URL}/flac

OPUS_VERSION=1.5.1
OPUS_VERSION=1.5.2
OPUS_URL=${XIPH_URL}/opus

LIBSNDFILE_VERSION=1.2.2


Loading…
Cancel
Save