mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-23 09:43:19 +03:00
Add custom ports not (yet) in upstream vcpkg
aom 3.7.0 libvpx 1.13.1: https://github.com/microsoft/vcpkg/pull/34814 Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
13
res/vcpkg/opus/reinstate-opus-use-neon.patch
Normal file
13
res/vcpkg/opus/reinstate-opus-use-neon.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 9d824cd..8ff44a0 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -467,7 +467,7 @@ if(NOT OPUS_DISABLE_INTRINSICS)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
- if(COMPILER_SUPPORT_NEON)
|
||||
+ if(COMPILER_SUPPORT_NEON AND OPUS_USE_NEON)
|
||||
if(OPUS_MAY_HAVE_NEON)
|
||||
if(RUNTIME_CPU_CAPABILITY_DETECTION)
|
||||
message(STATUS "OPUS_MAY_HAVE_NEON enabling runtime detection")
|
||||
Reference in New Issue
Block a user