mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-09-25 00:04:51 +00:00
[IMPROVEMENT] Make Environment variables for Hardsubx optional (#1508)
* feat: automatically link ffmpeg * fix: ci * chore: documentation update for vcpkg and hardsubx * fix: add ffmpeg5 feature * fix: remove ffmpeg5 feature * fix: update rsmpeg
This commit is contained in:
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
@@ -51,6 +51,4 @@ jobs:
|
||||
run: cargo fmt --all -- --check
|
||||
- name: clippy
|
||||
run: |
|
||||
FFMPEG_INCLUDE_DIR=/usr/include/x86_64-linux-gnu \
|
||||
FFMPEG_PKG_CONFIG_PATH=/usr/x86_64-linux-gnu/lib/pkgconfig \
|
||||
cargo clippy --all-features -- -D warnings
|
||||
|
||||
Reference in New Issue
Block a user