mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
conf: fix audioconvert regex
This commit is contained in:
parent
7e7f0225d4
commit
373fd53d2e
4 changed files with 7 additions and 7 deletions
|
|
@ -15,8 +15,8 @@ context.spa-libs = {
|
|||
# regular expression to a library name that should contain
|
||||
# that factory.
|
||||
#
|
||||
audio.convert* = audioconvert/libspa-audioconvert
|
||||
support.* = support/libspa-support
|
||||
audio.convert.* = audioconvert/libspa-audioconvert
|
||||
support.* = support/libspa-support
|
||||
}
|
||||
|
||||
context.modules = {
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ context.spa-libs = {
|
|||
# regular expression to a library name that should contain
|
||||
# that factory.
|
||||
#
|
||||
audio.convert* = audioconvert/libspa-audioconvert
|
||||
support.* = support/libspa-support
|
||||
audio.convert.* = audioconvert/libspa-audioconvert
|
||||
support.* = support/libspa-support
|
||||
}
|
||||
|
||||
context.modules = {
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ context.properties = {
|
|||
}
|
||||
|
||||
context.spa-libs = {
|
||||
audio.convert* = audioconvert/libspa-audioconvert
|
||||
support.* = support/libspa-support
|
||||
audio.convert.* = audioconvert/libspa-audioconvert
|
||||
support.* = support/libspa-support
|
||||
}
|
||||
|
||||
context.modules = {
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ context.spa-libs = {
|
|||
# regular expression to a library name that should contain
|
||||
# that factory.
|
||||
#
|
||||
audio.convert* = audioconvert/libspa-audioconvert
|
||||
audio.convert.* = audioconvert/libspa-audioconvert
|
||||
api.alsa.* = alsa/libspa-alsa
|
||||
api.v4l2.* = v4l2/libspa-v4l2
|
||||
api.libcamera.* = libcamera/libspa-libcamera
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue