Skip to content

contrib: protobuf: don't prefix the protoc binary name

Steve Lhomme requested to merge robUx4/vlc:no_prefix_protoc into master

It only generates C++ files which are not platform specific.

We already assume that a "protoc" binary with the proper version is a valid protoc version.

Merge request reports