Skip to content

Conversation

@cfsmp3
Copy link
Contributor

@cfsmp3 cfsmp3 commented Dec 20, 2025

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

Redirect stderr to /dev/null for the GPAC source file search to avoid
showing "No such file or directory" error when GPAC is not installed.
The build continues to work correctly in both cases.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@cfsmp3 cfsmp3 merged commit 87c8984 into master Dec 20, 2025
11 checks passed
@cfsmp3 cfsmp3 deleted the fix/build-suppress-gpac-find-error branch December 21, 2025 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants