pipewire/src/modules/module-protocol-native
Barnabás Pőcze 15e7a61aa7 treewide: only define feature macros when the feature is available
Most feature checks already use #ifdef, and do not care about
the value of the macro. Convert all feature checks to do that,
and simplify the meson build scripts by replacing

  if cond
    cdata.set('X', 1)
  endif

with

  cdata.set('X', cond)
2022-02-04 00:15:59 +01:00
..
v0 Add all 32-bit packed little endian 10-bit RGB colour formats 2021-12-07 11:22:04 +00:00
connection.c pipewire: module-protocol-native: avoid file descriptor leaks 2022-01-17 18:00:48 +01:00
connection.h includes: update all references to extensions to point to pipewire/extensions 2021-06-18 17:54:18 +03:00
defs.h core_proxy: prepare to rename pw_remote -> pw_core_proxy 2019-12-06 11:48:40 +01:00
local-socket.c treewide: only define feature macros when the feature is available 2022-02-04 00:15:59 +01:00
portal-screencast.c core_proxy: prepare to rename pw_remote -> pw_core_proxy 2019-12-06 11:48:40 +01:00
protocol-native.c modules: limit the max amount of items in the protocol 2022-01-28 15:55:44 +01:00
test-connection.c modules: switch protocol-native to the new logging system 2021-09-28 09:35:39 +02:00