Closed superbonaci closed 8 months ago
It's fixed by
$ sudo dnf install gpac-devel
Please add to https://github.com/CCExtractor/ccextractor/blob/master/docs/COMPILATION.MD
For anyone installing GPAC directly from source in the future, I recommend reaading the documentation available on the GPAC repository. Specifically, ensure that you compile it using the gpac-devel option.
CCExtractor by default searches for the GPAC library's shared object file (.so) within the bin/lib directory of Linux distributions. if compiler still doesn't find GPAC lib than do the following:
Directly compile GPAC into this bin/lib location.
Create symbolic links in bin/lib that point to your compiled GPAC .so file.
This will help CCExtractor to find the necessary GPAC library files.
When trying to compile with fedora 39: