mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1867] [MERGED] build(linux): Suppress find error when GPAC is not installed #2639
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/1867
Author: @cfsmp3
Created: 12/20/2025
Status: ✅ Merged
Merged: 12/20/2025
Merged by: @cfsmp3
Base:
master← Head:fix/build-suppress-gpac-find-error📝 Commits (1)
5715d6dbuild(linux): Suppress find error when GPAC is not installed📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
linux/build(+1 -1)📄 Description
Summary
Suppress the
find: '/usr/include/gpac/': No such file or directoryerror that appears during build when GPAC is not installed on the system.Changes
/dev/nullfor the GPAC source file search inlinux/buildBefore
After
The build continues to work correctly in both cases (with or without GPAC installed).
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.