mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:49:00 +08:00
d2ca8c894f
* Add arm64 patch to allow SFML to compile on m1 * Updated port version * Fix missing line * Fix version of port * Patched libspeexdsp to add missing definitions on windows * Result of VCPKG add-version * Trigger workflow * Use version rather than version-string. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
14 lines
345 B
Diff
14 lines
345 B
Diff
diff --git a/win32/libspeexdsp.def b/win32/libspeexdsp.def
|
|
index 45fc69d9..9b5abbad 100755
|
|
--- a/win32/libspeexdsp.def
|
|
+++ b/win32/libspeexdsp.def
|
|
@@ -40,6 +40,8 @@ jitter_buffer_get
|
|
jitter_buffer_get_pointer_timestamp
|
|
jitter_buffer_tick
|
|
jitter_buffer_update_delay
|
|
+jitter_buffer_ctl
|
|
+jitter_buffer_remaining_span
|
|
|
|
;
|
|
; speex_preprocess.h
|
|
|