mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1535] [FEAT] Use system gpac library instead of vendoring gpacmp4 #2256
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/1535
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):
Vendoring gpac has numerous issues like updating regulary and on homebrew they like to have gpac as a separate library
This PR removes gpacmp4 and instead uses the system installed version of gpac.
Additionally this PR fixes the ccextractor build on mac os for all types like
cmake,makeor usingbuild.commandexecutable file (I will add Mac CI in another PR)Working Status: