mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
conf: more work on config changes
Add -c option to pipewire to select config file. Use this to select the uninstalled conf file. Rename conf properties, prefix with context. Simplify the main daemon now that everything can go in config. Simplify pipewire-pulse now that we can put everything in config, it's now virtually the same as pipewire but with a differenct config file. Parse server addresses as array of strings.
This commit is contained in:
parent
fc90a4e48a
commit
80825aeaea
16 changed files with 104 additions and 156 deletions
|
|
@ -17,7 +17,7 @@ run: all
|
|||
PIPEWIRE_CONFIG_DIR=@BUILD_ROOT@/src/daemon/ \
|
||||
ACP_PATHS_DIR=@SOURCE_ROOT@/spa/plugins/alsa/mixer/paths \
|
||||
ACP_PROFILES_DIR=@SOURCE_ROOT@/spa/plugins/alsa/mixer/profile-sets \
|
||||
$(DBG) @BUILD_ROOT@/src/daemon/pipewire
|
||||
$(DBG) @BUILD_ROOT@/src/daemon/pipewire -c pipewire-uninstalled.conf
|
||||
|
||||
gdb:
|
||||
$(MAKE) run DBG=gdb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue