[vlc-commits] Fix protoc check
Rafaël Carré
git at videolan.org
Tue Oct 28 17:32:39 CET 2014
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Oct 28 17:32:32 2014 +0100| [da8fb2172735584cc224ba672eb7bfaf2953413d] | committer: Rafaël Carré
Fix protoc check
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=da8fb2172735584cc224ba672eb7bfaf2953413d
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 74d3ca9..69f76da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
More information about the vlc-commits
mailing list