Skip to content

Commit

Permalink
[aubio] Update to handle static FFMPEG
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0219-msft committed Feb 14, 2018
1 parent a40559a commit 89bd633
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion ports/aubio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ find_library(OGG_LIB ogg)
find_library(FLAC_LIB flac)
find_library(VORBIS_LIB vorbis)
find_library(VORBISENC_LIB vorbisenc)
find_package(BZip2 REQUIRED)
find_package(LibLZMA REQUIRED)

include_directories(src ${LIBSNDFILE_H})
include_directories(src ${LIBSNDFILE_H} ${LIBLZMA_INCLUDE_DIRS})

file(GLOB_RECURSE SOURCES src/*.c)

Expand All @@ -56,7 +58,10 @@ target_link_libraries(aubio PUBLIC
${AVFILTER_LIB}
${AVFORMAT_LIB}
${SWRESAMPLE_LIB}
BZip2::BZip2
${LIBLZMA_LIBRARIES}
ws2_32.lib
Secur32.lib
)

if(BUILD_TOOLS)
Expand Down
2 changes: 1 addition & 1 deletion ports/aubio/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: aubio
Version: 0.4.6
Version: 0.4.6-1
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

0 comments on commit 89bd633

Please sign in to comment.