Skip to content
Snippets Groups Projects
Commit da8fb217 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

Fix protoc check

parent 7656b3b4
No related branches found
No related tags found
No related merge requests found
......@@ -3748,7 +3748,7 @@ dnl Chromecast streaming support
dnl
m4_pushdef([protobuf_lite_version], 2.5.0)
AC_ARG_VAR(PROTOC, [protobuf compiler])
AC_PATH_PROGS(PROTOC, protoc, no )
AC_PATH_PROGS(PROTOC, protoc, no)
PKG_WITH_MODULES([CHROMECAST],[protobuf-lite >= protobuf_lite_version], [
AS_IF([test "x${PROTOC}" != "xno"], [
VLC_ADD_PLUGIN([stream_out_chromecast])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment