mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #1861] [MERGED] build(autoconf): Add GPAC library detection to configure #2629
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?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1861
Author: @cfsmp3
Created: 12/20/2025
Status: ✅ Merged
Merged: 12/20/2025
Merged by: @cfsmp3
Base:
master← Head:fix/issue-1584-gpac-configure-check📝 Commits (1)
08d59ecbuild(autoconf): Add GPAC library detection to configure📊 Changes
1 file changed (+5 additions, -0 deletions)
View changed files
📝
linux/configure.ac(+5 -0)📄 Description
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.