mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-21 21:49:57 +00:00
[PR #1102] [CLOSED] **[FIX]** Fixed folder path bug when compiling with ENABLE_HARDSUBX=yes #1898
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/1102
Author: @mmomasters
Created: 8/19/2019
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
a750e35Fixed folder path bug when compiling ENABLE_HARDSUBX=yesd7867beMerge branch 'master' into master📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
src/lib_ccx/hardsubx_decoder.c(+1 -0)📄 Description
The folder is missing for the capi.h include so I added it.
OLD : #include "capi.h"
NEW : #include "tesseract/capi.h"
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):
{pull request content here}
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.