-
Notifications
You must be signed in to change notification settings - Fork 13
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
run example failed #3
Comments
Can you give me the full output, as well as your OS? From what you provided I don't know if this is an issue with Cargo/rustc or compiling FFmpeg C source files. |
I have same issue. I run Fedora 31 with the following packages installed:
Rust version is 1.40. Log (I've removed 750 lines that were repeated for different functions):
|
I managed to get it to compile using |
cargo run --example h264_video_dec
ffmpeg-dev-rs/target/debug/deps/libffmpeg_dev-def21d6af90e43d1.rlib(allcodecs.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
The text was updated successfully, but these errors were encountered: