Date: Wed, 23 Oct 2024 18:34:19 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 97eb7b28cb20 - main - multimedia/pipewire: Add a patch fixing the endianness detection Message-ID: <202410231834.49NIYJKL079079@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=97eb7b28cb2033e749a051dae07c17ad59df79b1 commit 97eb7b28cb2033e749a051dae07c17ad59df79b1 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-10-23 18:02:46 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-10-23 18:34:03 +0000 multimedia/pipewire: Add a patch fixing the endianness detection Reported by: Alex S <iwtcex@gmail.com> --- .../pipewire/files/patch-spa_include_spa_param_audio_raw.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/multimedia/pipewire/files/patch-spa_include_spa_param_audio_raw.h b/multimedia/pipewire/files/patch-spa_include_spa_param_audio_raw.h new file mode 100644 index 000000000000..720f6a58e8a3 --- /dev/null +++ b/multimedia/pipewire/files/patch-spa_include_spa_param_audio_raw.h @@ -0,0 +1,12 @@ +--- spa/include/spa/param/audio/raw.h.orig 2024-09-27 10:02:20 UTC ++++ spa/include/spa/param/audio/raw.h +@@ -11,9 +11,7 @@ extern "C" { + + #include <stdint.h> + +-#if !defined(__FreeBSD__) && !defined(__MidnightBSD__) + #include <endian.h> +-#endif + + /** + * \addtogroup spa_param
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410231834.49NIYJKL079079>