Skip to content

Commit 4c5d001

Browse files
committed
chore: enable hardsubx on test builds
1 parent 2a54f6f commit 4c5d001

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Install dependencies
29-
run: sudo apt update && sudo apt-get install libgpac-dev libtesseract-dev
29+
run: sudo apt update && sudo apt-get install libgpac-dev libtesseract-dev libavcodec-dev libavdevice-dev
3030
- uses: actions/checkout@v4
3131
- name: build
32-
run: ./build
32+
run: ./build -hardsubx
3333
working-directory: ./linux
3434
- name: Display version information
3535
run: ./ccextractor --version

docs/CHANGES.TXT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
1.0 (to be released)
22
-----------------
3+
- Fix: HardSubX OCR on Rust
34
- Removed the Share Module
45
- Fix: Regression failures on DVD files
56
- Fix: Segmentation faults on MP4 files with CEA-708 captions

0 commit comments

Comments
 (0)