aboutsummaryrefslogtreecommitdiff
path: root/ports/speexdsp
diff options
context:
space:
mode:
authorPhoebe <925731795@qq.com>2019-08-01 04:01:02 +0800
committerPhil Christensen <philc@microsoft.com>2019-07-31 13:01:02 -0700
commitbcff929875d76ade98c251038eea6f48171facc6 (patch)
treede7aa57e4bde6cedd1a0a5cca1eecc56a8929a9c /ports/speexdsp
parent80b187ad64ebcd5cbab7fab982c04e6862076d8e (diff)
downloadvcpkg-bcff929875d76ade98c251038eea6f48171facc6.tar.gz
vcpkg-bcff929875d76ade98c251038eea6f48171facc6.zip
Add PREFER_NINJA to many ports (#7468)
* Add PREFER_NINJA to many ports
Diffstat (limited to 'ports/speexdsp')
-rw-r--r--ports/speexdsp/CONTROL2
-rw-r--r--ports/speexdsp/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/speexdsp/CONTROL b/ports/speexdsp/CONTROL
index d96eb11c1..793281d41 100644
--- a/ports/speexdsp/CONTROL
+++ b/ports/speexdsp/CONTROL
@@ -1,5 +1,5 @@
Source: speexdsp
-Version: 1.2rc3-2
+Version: 1.2rc3-3
Homepage: https://ftp.osuosl.org/pub/xiph/releases/speex/
Description: A patent-free, Open Source/Free Software DSP library.
Build-Depends:
diff --git a/ports/speexdsp/portfile.cmake b/ports/speexdsp/portfile.cmake
index 72bc313d7..0cc6ac71c 100644
--- a/ports/speexdsp/portfile.cmake
+++ b/ports/speexdsp/portfile.cmake
@@ -16,6 +16,7 @@ endif()
vcpkg_configure_cmake(
SOURCE_PATH ${CMAKE_PATH}
+ PREFER_NINJA
OPTIONS -DSOURCE_PATH=${SOURCE_PATH} -DUSE_SSE=${USE_SSE}
)