linux-capture: Bump minimal PipeWire version to 0.3.33
We require PipeWire 0.3.33 or later to make use of the introduces flags `SPA_POD_PROP_FLAG_MANDATORY` and `SPA_POD_PROP_FLAG_DONT_FIXATE`, which are required for the negotiation process introduced in the following commits.
This commit is contained in:
parent
b072159703
commit
b57f7f0aed
@ -46,7 +46,7 @@ set(linux-capture_LIBRARIES
|
||||
|
||||
option(ENABLE_PIPEWIRE "Enable PipeWire support" ON)
|
||||
if(ENABLE_PIPEWIRE)
|
||||
find_package(PipeWire QUIET)
|
||||
find_package(PipeWire 0.3.33 QUIET)
|
||||
find_package(Libdrm QUIET) # we require libdrm/drm_fourcc.h to build
|
||||
find_package(Gio QUIET)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user