mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
Previously, configure would succeed even without GPAC installed, leading to a confusing compile-time error: "gpac/isomedia.h: No such file or directory" Now configure checks for GPAC via pkg-config and fails early with a helpful error message listing the package names for common distros: - gpac-devel (Fedora/RHEL) - libgpac-dev (Debian/Ubuntu) - gpac (Arch) Fixes #1584 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>