On Mon, 10 Feb 2025 19:07:49 GMT, Alexander Zvegintsev <azveg...@openjdk.org> wrote:
> Filed as a separate issue to keep the #23426 clean. > > Fix is the same as in the > `src/java.desktop/unix/native/libpipewire/include/spa/param/audio/raw.h` part > of the [JDK-8309703](https://bugs.openjdk.org/browse/JDK-8309703) src/java.desktop/unix/native/libpipewire/include/spa/param/audio/raw.h line 16: > 14: #if !defined(AIX) > 15: #include <spa/utils/endian.h> > 16: #endif The ifdef conditional blocks could be merged if I am not mistaken? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/23543#discussion_r1950424978