[aubio] get latest aubio to resolve ffmpeg build issue

This commit is contained in:
Phil Christensen 2018-12-18 14:39:50 -08:00
parent 3439aef9c0
commit 533b53b834
3 changed files with 4 additions and 3 deletions

View File

@ -62,6 +62,7 @@ target_link_libraries(aubio PUBLIC
${LIBLZMA_LIBRARIES}
ws2_32.lib
Secur32.lib
bcrypt.lib
)
if(BUILD_TOOLS)

View File

@ -1,4 +1,4 @@
Source: aubio
Version: 0.4.6-967e4041f-2
Version: 0.4.8
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, bzip2, liblzma

View File

@ -3,8 +3,8 @@ set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/aubio-3c230fae309e9ea3298783368dd7
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO aubio/aubio
REF 967e4041f21d7eec9db319db98a37489aa19460c
SHA512 76ab82bc509350fb3fe0cee5806c6f8af72a6ce97b4aba887d8f66f13f924eebea12fbdfeab9c1f201c6141d703336ebbf13813f54c8d0fa20507e048d15b2cd
REF 0.4.8
SHA512 0422ec9ceb645dd5cdb1ca8b17f552edf9197dbf9c929ca75aacfb89f092c02db8b6d2b8aec567ddc1df5b310770de77cd941b45ed74700c3d3584924f39b576
HEAD_REF master
)