pipewire/src/modules
Niklāvs Koļesņikovs e4cc63a6dc src/modules/meson: ensure Opus libs were actually found, too
The old way fails, if a distro has the header but not the library,
which can happen on at least Gentoo with multilib deployments,
where the shared header is present but non-native libraries might not.

This could still fail, if a distro had some but not all libraries for
some architectures but hopefully no one did that. In that case, a compile
test would likely be required via cc.check_header() instead but let's try
the faster fix first.

Reported-by: Sam James <sam@gentoo.org>
Thanks-to: Barnabás Pőcze <pobrn@protonmail.com>
Thanks-to: Xavier Claessens <xavier.claessens@collabora.com>
Signed-off-by: Niklāvs Koļesņikovs <89q1r14hd@relay.firefox.com>
2023-06-26 15:21:49 +00:00
..
module-adapter impl-port: improve port properties 2023-03-02 12:35:11 +01:00
module-avb module-avb: free the right source object 2023-03-16 12:55:10 +01:00
module-client-device treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
module-client-node client-node: rework mix_info 2023-06-22 11:59:39 +02:00
module-filter-chain filter-chain: include unistd for getcwd 2023-05-17 12:19:57 +02:00
module-jack-tunnel module-jack: add midi support. 2023-05-08 17:06:17 +02:00
module-metadata metadata: return pw_metadata from factory create 2023-04-14 12:50:07 +02:00
module-netjack2 src/modules/meson: make Opus custom modes optional for NetJack2 2023-06-14 13:54:08 +03:00
module-profiler treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
module-protocol-native module-protocol-native: close fds from zombie clients 2023-06-05 13:28:04 +02:00
module-protocol-pulse audioconvert: don't negottiate rate when resample is disabled 2023-06-26 11:23:29 +02:00
module-raop raop: log last error on connection failure 2023-06-07 16:45:56 +02:00
module-roc pipewire: module-roc-{sink,source}: port to ROC v0.2.X 2022-12-29 10:13:30 +00:00
module-rt RLIMITs: add support for generating limits.d files 2023-02-14 17:37:59 +02:00
module-rtp rtp-stream: do not set false ptime values 2023-06-20 06:51:30 +00:00
module-session-manager module-session-manager: use dynamic builder 2023-06-15 11:05:17 +02:00
module-zeroconf-discover treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
spa module-node-factory: add option to export object 2023-06-19 12:41:30 +02:00
flatpak-utils.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
meson.build src/modules/meson: ensure Opus libs were actually found, too 2023-06-26 15:21:49 +00:00
module-access.c module-access: add missing include 2023-05-03 18:00:03 +00:00
module-adapter.c modules: clean up USAGE arguments 2023-03-22 16:35:55 +01:00
module-avb.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
module-client-device.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
module-client-node.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
module-combine-stream.c module: disable resample when following graph rate 2023-06-22 11:18:04 +02:00
module-echo-cancel.c chore: fix warnings shown by Clang 16 2023-05-09 08:31:56 +00:00
module-example-sink.c modules: clean up USAGE arguments 2023-03-22 16:35:55 +01:00
module-example-source.c modules: clean up USAGE arguments 2023-03-22 16:35:55 +01:00
module-fallback-sink.c modules: clean up USAGE arguments 2023-03-22 16:35:55 +01:00
module-ffado-driver.c module-ffado: don't read/write twice 2023-06-19 16:43:56 +02:00
module-filter-chain.c module: disable resample when following graph rate 2023-06-22 11:18:04 +02:00
module-jack-tunnel.c module-jack: init latency correctly 2023-06-22 17:57:49 +02:00
module-jackdbus-detect.c Fix jackdbus-detect module name in comment 2023-05-24 11:44:09 +00:00
module-link-factory.c module-link-factory: ignore link.passive by default 2023-03-28 15:19:16 +02:00
module-loopback.c module: disable resample when following graph rate 2023-06-22 11:18:04 +02:00
module-metadata.c metadata: add support for initial metadata 2023-04-14 15:07:26 +02:00
module-netjack2-driver.c module-netjack2: improve OPUS fallback 2023-06-12 18:37:47 +02:00
module-netjack2-manager.c module-netjack2: improve OPUS fallback 2023-06-12 18:37:47 +02:00
module-pipe-tunnel.c module-pipe: reword docs from the perspective of the module 2023-05-07 20:53:04 +02:00
module-portal.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
module-profiler.c module-profiler: ignore peer targets 2023-06-09 17:06:48 +02:00
module-protocol-native.c module-protocol-native: close fds from zombie clients 2023-06-05 13:28:04 +02:00
module-protocol-pulse.c pulse-server: fix comments 2023-03-08 12:53:22 +01:00
module-protocol-simple.c modules: clean up USAGE arguments 2023-03-22 16:35:55 +01:00
module-pulse-tunnel.c module-pulse-tunnel: avoid using NULL module 2023-05-04 20:28:10 +02:00
module-raop-discover.c module-raop: Avoid props creation for duplicates 2023-06-12 18:40:04 +02:00
module-raop-sink.c module-raop: set min-latency correctly 2023-06-11 19:51:54 +02:00
module-roc-sink.c modules: clean up USAGE arguments 2023-03-22 16:35:55 +01:00
module-roc-source.c module-roc-source: make sure we don't overflow target_latency 2023-05-12 16:51:49 +02:00
module-rt.c module-rt: improve messages 2023-05-15 09:31:33 +02:00
module-rtp-sap.c module-rtp-sap: get source.ip from network interface if not supplied 2023-06-20 06:51:30 +00:00
module-rtp-session.c module-rtp: sync session unlink with data thread 2023-05-15 12:47:37 +02:00
module-rtp-sink.c rtp-sink: fix ttl property which is NOT a bool 2023-05-12 14:34:17 +00:00
module-rtp-source.c module-rtp-source: fix crash on stream deletion 2023-06-20 06:51:30 +00:00
module-session-manager.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
module-x11-bell.c module-x11-bell: move error to info 2023-04-17 11:11:01 +02:00
module-zeroconf-discover.c module-zeroconf: fix compilation 2023-06-13 08:52:32 +02:00