-
Notifications
You must be signed in to change notification settings - Fork 110
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
[Bug] Help with building #152
Comments
prpr-avc requires some prebuilt avcodec binaries to run. You can download them here. Unzip the |
If lucky enough you can just use the one built on mine. Otherwise just reopen this issue and I'll complete the build from source docs. |
Thanks a lot for your help! However I see that building requires some closed source code ( |
What does it contain? Can you release the file without sensitive information? |
That part of code contains record uploading and thus cannot be leaked. You can just build without them, resulting in a version without record uploading ability. |
However I CANNOT build without the |
|
Sorry, my bad. (I add the |
Thanks a lot for your help! |
Just the last question - how do I build the |
how about just directly pull the binary from the Release page instead of building from source when something should not be leaked? |
I'm writing a |
When I tried to build this with command
cargo build --release --all-features
, an error appears (I have installedffmpeg
which provides thelibavformat.so
library):System Info:
The text was updated successfully, but these errors were encountered: