File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
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
Original file line number Diff line number Diff line change 111.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
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ crate-type = ["staticlib"]
1414log = " 0.4.26"
1515env_logger = " 0.8.4"
1616palette = " 0.6.1"
17- rsmpeg = { version = " 0.16.1 " , optional = true , features = [
17+ rsmpeg = { version = " 0.15.2 " , optional = true , features = [
1818 " link_system_ffmpeg" ,
1919] }
2020tesseract-sys = { version = " 0.5.15" , optional = true , default-features = false }
You can’t perform that action at this time.
0 commit comments