Skip to content

configure/meson: fix protoc compatibility version check

Steve Lhomme requested to merge robUx4/vlc:protoc-protobuf-check into master

Based on findings from #28865

Before 22.x or 3.22.x: protoc x.y.z is compatible with protobuf x.y.*

From 22.x and before 26.x: protoc x.y is compatible with protobuf x.*

Since 26.x: protoc x.y is compatible with protobuf x.y.z

Fixes #28865

This is not accounting for distros with unofficial version numbers. They will have to tweak the VLC scripts to match their customization.

Edited by Steve Lhomme

Merge request reports

Loading