CCExtractor / CCExtractor/rusty_ffmpeg
[Bug] `libstdc++` error on Termux
Đang mở
- Ngôn ngữ chính
- Rust
- Star
- 246
- Fork
- 48
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
When trying to compile `rusty_ffmpeg` with `link_system_ffmpeg` on Termux, I couldn't, due to the following error:
```
Compiling rusty_ffmpeg v0.13.1+ffmpeg.6.0
error: failed to add native library /data/data/com.termux/files/usr/lib/libstdc++.a: file too small to be an archive
error: could not compile `rusty_ffmpeg` (lib) due to previous error
zsh: exit 101 CARGO_INCREMENTAL=0 cargo r
```
The contents of `libstdc++.a` are as follows:
```asm
INPUT(-lc++_static -lc++abi)
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.