[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:
Prateek Sunal
2023-03-21 22:23:55 +05:30
committed by GitHub
parent 260052b68c
commit b983de6a54
6 changed files with 74 additions and 154 deletions

View File

@@ -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