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/build_linux.yml
vendored
2
.github/workflows/build_linux.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user