diff options
| author | Aybe <aybe@users.noreply.github.com> | 2017-11-17 04:03:49 +0100 |
|---|---|---|
| committer | Aybe <aybe@users.noreply.github.com> | 2017-11-17 04:03:49 +0100 |
| commit | 9bd4d9a050657b4ec372868c3ff506b088ccb971 (patch) | |
| tree | 17662fb5b4c23493fc5f6ccb0c1ffd7f5b8e42d4 | |
| parent | de7382ce8945fae70d947590262c2e0b9ce4a6bf (diff) | |
| download | vcpkg-9bd4d9a050657b4ec372868c3ff506b088ccb971.tar.gz vcpkg-9bd4d9a050657b4ec372868c3ff506b088ccb971.zip | |
[aubio] patches for UWP builds
| -rw-r--r-- | ports/aubio/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | ports/aubio/CONTROL | 2 |
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 |
