[ffmpeg] fix aubio break from ffmpeg update

This commit is contained in:
Phil Christensen 2018-12-05 11:06:33 -08:00
parent 0f849f5a43
commit a9527a8489
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: aubio
Version: 0.4.6-2
Version: 0.4.6-967e4041f-2
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 0.4.6
SHA512 9bb787d81f39ab8e3440be9936552a712a24e009884818e13e80dde756ad3874055bcd931ca3af638122f6a0d0bc53e62e1abeedce3fd79af35fe9ddea6bc707
REF 967e4041f21d7eec9db319db98a37489aa19460c
SHA512 76ab82bc509350fb3fe0cee5806c6f8af72a6ce97b4aba887d8f66f13f924eebea12fbdfeab9c1f201c6141d703336ebbf13813f54c8d0fa20507e048d15b2cd
HEAD_REF master
)