[ ] While waiting for a review on your PR, please help review another open pull request to support the maintainers
Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.
🦟 Bug fix
Fixes compilation with ffmpeg 7.0
Summary
Homebrew recently added ffmpeg 7.0, against which gazebo-classic fails to compile (see https://github.com/osrf/homebrew-simulation/pull/2636 and https://github.com/osrf/homebrew-simulation/pull/2637). This uses a portion of the changes from https://github.com/gazebosim/gz-common/pull/329 to fix the reference to the
channels
variable, and removes some code added in https://github.com/gazebosim/gazebo-classic/pull/3195 by @traversaro with the following comment:I removed the mentioned code, and it compiles and all parts of
UNIT_AudioDecoder_TEST
pass except forCheerFile
, which has long been failing.Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.