RFR: 8349751: AIX build failure after upgrade pipewire to 1.3.81
Julian Waters
jwaters at openjdk.org
Tue Feb 11 08:36:14 UTC 2025
On Mon, 10 Feb 2025 19:07:49 GMT, Alexander Zvegintsev <azvegint at 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
More information about the client-libs-dev
mailing list