[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

@@ -81,8 +81,6 @@ jobs:
cmake -DWITH_OCR=ON -DWITH_HARDSUBX=ON ../src
- name: build
run: |
FFMPEG_INCLUDE_DIR=/usr/include/x86_64-linux-gnu \
FFMPEG_PKG_CONFIG_PATH=/usr/x86_64-linux-gnu/lib/pkgconfig \
make -j$(nproc)
working-directory: build
- name: Display version information