Browse Source

Update opus to 1.5.2

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 19 hours ago
parent
commit
d36a15a712
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 7 additions and 1 deletions
  1. +6
    -0
      sources/libs/opus-static/debian/changelog
  2. +1
    -1
      sources/libs/opus-static/debian/patches/02_hidden-opus-api.patch

+ 6
- 0
sources/libs/opus-static/debian/changelog View File

@@ -1,3 +1,9 @@
opus-static (6:1.5.2-1kxstudio1) focal; urgency=medium

* Update

-- falkTX <falktx@falktx.com> Sun, 08 Jun 2025 10:09:22 +0200

opus-static (6:1.3.1-1kxstudio8) focal; urgency=medium opus-static (6:1.3.1-1kxstudio8) focal; urgency=medium


* Initial package * Initial package


+ 1
- 1
sources/libs/opus-static/debian/patches/02_hidden-opus-api.patch View File

@@ -5,7 +5,7 @@
/**Export control for opus functions */ /**Export control for opus functions */
-#ifndef OPUS_EXPORT -#ifndef OPUS_EXPORT
-# if defined(WIN32)
-# if defined(_WIN32)
-# if defined(OPUS_BUILD) && defined(DLL_EXPORT) -# if defined(OPUS_BUILD) && defined(DLL_EXPORT)
-# define OPUS_EXPORT __declspec(dllexport) -# define OPUS_EXPORT __declspec(dllexport)
-# else -# else


Loading…
Cancel
Save