Better pipeline support

This commit is contained in:
Gerben Jan Dijkman 2024-05-27 21:47:20 +02:00
parent 81ce33b9d4
commit 5816b67e72

View File

@ -72,5 +72,5 @@ src_configure() {
$(meson_use v4l2)
)
meson_src_configure "-Dpipelines=uvcvideo,ipu3"
meson_src_configure "-Dpipelines=auto"
}