mirror of
https://github.com/CDrummond/bliss-analyser.git
synced 2025-04-08 05:00:02 +03:00
update-aubio-bindings 3rd try...
This commit is contained in:
parent
375abe91d0
commit
05fb19e2f9
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -156,7 +156,7 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cargo build --release --features bliss-audio-aubio-sys/bindgen
|
||||
cargo build --release --features update-aubio-bindings
|
||||
strip target/release/bliss-analyser
|
||||
cp target/release/bliss-analyser releases/bliss-analyser-x86_64
|
||||
cargo build --target=aarch64-apple-darwin --release
|
||||
|
@ -31,6 +31,7 @@ hhmmss = "0.1.0"
|
||||
|
||||
[features]
|
||||
libav = ["bliss-audio/ffmpeg"]
|
||||
update-aubio-bindings = ["bliss-audio/update-aubio-bindings"]
|
||||
|
||||
[dependencies.bliss-audio]
|
||||
default-features = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user