mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #781] [FIX] Move files into appropriate directories & fix build scripts. #1593
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?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/781
State: closed
Merged: Yes
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
The wrappers and extractors used to create API are deeply integrated with source code and keeping them outside source directory was creating all sorts of build problems and code inconsistency.
This PR moves those folders at proper place and (hopefully) fix all the build scripts.
The thing to note is that I am totally unsure how it will affect the python module (though I have changed the path at all places I could find) and I am hoping @Diptanshu8 will soon have look at it and send appropriate PR.