mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
[PR #738] [MERGED] [IMPROVEMENT]Add ocr, hardsubx and autotools support for mac #1559
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/738
Author: @techfreakworm
Created: 4/30/2017
Status: ✅ Merged
Merged: 6/5/2017
Merged by: @cfsmp3
Base:
master← Head:macocr📝 Commits (1)
bc361a2Add ocr, hardsubx and autotools support for mac📊 Changes
10 files changed (+482 additions, -16 deletions)
View changed files
📝
.gitignore(+10 -0)📝
README.md(+22 -6)📝
docs/CHANGES.TXT(+2 -1)📝
linux/Makefile.am(+4 -3)📝
linux/configure.ac(+2 -2)➕
mac/Makefile.am(+317 -0)➕
mac/autogen.sh(+4 -0)📝
mac/build.command(+4 -4)➕
mac/cleanup(+4 -0)➕
mac/configure.ac(+113 -0)📄 Description
Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
For ocr and hardsubx to work on mac:
Install
pkg-configInstall
autoconftoolsInstall
tesseractandleptonica(make sure they are detected bypkg-config)Install
ffmpeg(make sureavutil,avformat, etc are detected bypkg-config)Change to
macdir inccextractorrun
./autogen.shrun
./configure --enable-ocr --enable-hardsubxrun
makeSolves issue #727
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.