mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1861] build(autoconf): Add GPAC library detection to configure #2633
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/1861
State: closed
Merged: Yes
Summary
Problem
Previously,
./configurewould succeed even without GPAC installed, leading to a confusing compile-time error:Solution
Now configure checks for GPAC via pkg-config and fails early with a clear error message:
Test plan
./configuredetects GPAC when installed (checking for gpac... yes)./ccextractor --versionworksFixes #1584
🤖 Generated with Claude Code