aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAybe <aybe@users.noreply.github.com>2017-11-17 04:03:49 +0100
committerAybe <aybe@users.noreply.github.com>2017-11-17 04:03:49 +0100
commit9bd4d9a050657b4ec372868c3ff506b088ccb971 (patch)
tree17662fb5b4c23493fc5f6ccb0c1ffd7f5b8e42d4
parentde7382ce8945fae70d947590262c2e0b9ce4a6bf (diff)
downloadvcpkg-9bd4d9a050657b4ec372868c3ff506b088ccb971.tar.gz
vcpkg-9bd4d9a050657b4ec372868c3ff506b088ccb971.zip
[aubio] patches for UWP builds
-rw-r--r--ports/aubio/CMakeLists.txt2
-rw-r--r--ports/aubio/CONTROL2
2 files changed, 3 insertions, 1 deletions
diff --git a/ports/aubio/CMakeLists.txt b/ports/aubio/CMakeLists.txt
index 3e20a28f6..50e61339e 100644
--- a/ports/aubio/CMakeLists.txt
+++ b/ports/aubio/CMakeLists.txt
@@ -15,6 +15,8 @@ add_definitions(
-DHAVE_WAVREAD=1
-DHAVE_LIBAV=1
-DHAVE_SWRESAMPLE=1
+
+ -D_CRT_SECURE_NO_WARNINGS=1
)
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
diff --git a/ports/aubio/CONTROL b/ports/aubio/CONTROL
index 34fcaa495..8a6f114a7 100644
--- a/ports/aubio/CONTROL
+++ b/ports/aubio/CONTROL
@@ -1,4 +1,4 @@
Source: aubio
-Version: 0.46~alpha-3
+Version: 0.46~alpha-4
Description: Aubio is a tool designed for the extraction of annotations from audio signals. Its features include segmenting a sound file before each of its attacks, performing pitch detection, tapping the beat and producing midi streams from live audio.
Build-Depends: ffmpeg, libsndfile, libogg, libflac, libvorbis