[PR #1867] [MERGED] build(linux): Suppress find error when GPAC is not installed #2639

Open
opened 2026-01-29 17:23:13 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: fix/build-suppress-gpac-find-error


📝 Commits (1)

  • 5715d6d build(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 directory error that appears during build when GPAC is not installed on the system.

Changes

  • Redirect stderr to /dev/null for the GPAC source file search in linux/build

Before

find: '/usr/include/gpac/': No such file or directory
Running pre-build script...

After

Running pre-build script...

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.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/1867 **Author:** [@cfsmp3](https://github.com/cfsmp3) **Created:** 12/20/2025 **Status:** ✅ Merged **Merged:** 12/20/2025 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `fix/build-suppress-gpac-find-error` --- ### 📝 Commits (1) - [`5715d6d`](https://github.com/CCExtractor/ccextractor/commit/5715d6d315edee8498565dd9db4959df51638658) build(linux): Suppress find error when GPAC is not installed ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `linux/build` (+1 -1) </details> ### 📄 Description ## Summary Suppress the `find: '/usr/include/gpac/': No such file or directory` error that appears during build when GPAC is not installed on the system. ## Changes - Redirect stderr to `/dev/null` for the GPAC source file search in `linux/build` ## Before ``` find: '/usr/include/gpac/': No such file or directory Running pre-build script... ``` ## After ``` Running pre-build script... ``` The build continues to work correctly in both cases (with or without GPAC installed). 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:23:13 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2639