-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update decoder.rs #77
base: master
Are you sure you want to change the base?
Conversation
I had following error when compiling on x86 error[E0063]: missing field safe in initializer of Config --> /home/volumio/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bliss-audio-0.8.0/src/song/decoder.rs:458:39 | 458 | context.set_threading(Config { | ^^^^^^ missing safe
Hi, What version of ffmpeg are you using? I don't think this is going to fix your issue, since it seems that it's complaining that the field simply doesn't exist. |
(and also, what command did you use to try and compile it?) |
I just ran cargo install blissify -j 1, twice with same error My patch proposition is a workaround proposition that worked for me, but i didn't dive into code, so you surely can do better |
hmm, it's weird, it seems that |
Ok I'll try ASAP. thx |
hi @chourmovs, it was a problem with the way ffmpeg was handling things, it should be fixed in the latest master. I'll let you know when I push a new version to crates.io :) |
I had following error when compiling on x86
error[E0063]: missing field safe in initializer of Config
--> /home/volumio/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bliss-audio-0.8.0/src/song/decoder.rs:458:39
|
458 | context.set_threading(Config {
| ^^^^^^ missing safe