This website works better with JavaScript.
Home
Help
Sign In
KXStudio
/
Repository
mirror of
https://github.com/KXStudio/Repository
Watch
1
Star
0
Fork
0
Code
Releases
2
Activity
Browse Source
Update opus to 1.5.2
Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX
15 hours ago
parent
eac66b7553
commit
d36a15a712
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
sources/libs/opus-static/debian/changelog
+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
* 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 */
-#ifndef OPUS_EXPORT
-# if defined(WIN32)
-# if defined(
_
WIN32)
-# if defined(OPUS_BUILD) && defined(DLL_EXPORT)
-# define OPUS_EXPORT __declspec(dllexport)
-# else
Write
Preview
Loading…
Cancel
Save