Add a compilation option for raspberry pis
This commit is contained in:
parent
9ddadb4a13
commit
0829cbf494
|
@ -1,5 +1,8 @@
|
||||||
#Changelog
|
#Changelog
|
||||||
|
|
||||||
|
## bliss 0.6.9
|
||||||
|
* Add a feature flag for compilation on raspberry pis.
|
||||||
|
|
||||||
## bliss 0.6.8
|
## bliss 0.6.8
|
||||||
* Add an `update-aubio-bindings` feature.
|
* Add an `update-aubio-bindings` feature.
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,8 @@ default = ["bliss-audio-aubio-rs/static"]
|
||||||
# Build ffmpeg instead of using the host's.
|
# Build ffmpeg instead of using the host's.
|
||||||
build-ffmpeg = ["ffmpeg-next/build"]
|
build-ffmpeg = ["ffmpeg-next/build"]
|
||||||
ffmpeg-static = ["ffmpeg-next/static"]
|
ffmpeg-static = ["ffmpeg-next/static"]
|
||||||
|
# Build for raspberry pis
|
||||||
|
rpi = ["ffmpeg-next/rpi"]
|
||||||
# Use if you get "No prebuilt bindings. Try use `bindgen` feature"
|
# Use if you get "No prebuilt bindings. Try use `bindgen` feature"
|
||||||
update-aubio-bindings = ["bliss-audio-aubio-rs/bindgen"]
|
update-aubio-bindings = ["bliss-audio-aubio-rs/bindgen"]
|
||||||
# Use if you want to build python bindings with maturin.
|
# Use if you want to build python bindings with maturin.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user