mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[QUESTION] make_error: gpac/isomedia.h: No such file or directory #794
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?
Originally created by @ksauraj on GitHub (Dec 24, 2023).
CCExtractor version: 0.94
In raising this issue, I confirm the following:
Additional information
OS: EndeavourOS Linux x86_64
Host: Nitro ANV15-51 V1.05
Kernel: 6.6.5-arch1-1
I tried compiling master version ( on arch distribution through autoconf with
--without-rustflag.Here is the output
Makefile error I encountered while compiling ( as I haven't installed gpac ) but autoconf output seems fine ( as it warns about nothing ) :
Why can't we use this in
linux/configure.ac?@linzhu-isoftstone commented on GitHub (Jan 22, 2024):
You need to install gpac-devel before build.
@ksauraj commented on GitHub (Jan 22, 2024):
Nah I mean
Why can't we use this in
linux/configure.ac?@Cioraz commented on GitHub (Feb 22, 2024):
Atleast from my understanding, I guess the reason is that every system may not have this by default. Like in the docs, some linux systems need to install gpac and build it externally for it to work. Also since gpac is not a standard header unlike the others.