[vlc-commits] [Git][videolan/vlc][master] configure: don't build chromecast with --disable-chromecast

François Cartegnie (@fcartegnie) gitlab at videolan.org
Fri Nov 4 17:20:23 UTC 2022



François Cartegnie pushed to branch master at VideoLAN / VLC


Commits:
c3cf379a by Steve Lhomme at 2022-11-04T16:51:29+00:00
configure: don't build chromecast with --disable-chromecast

- - - - -


1 changed file:

- configure.ac


Changes:

=====================================
configure.ac
=====================================
@@ -3853,7 +3853,7 @@ PKG_WITH_MODULES([CHROMECAST],[protobuf-lite], [],[
     ],[
         AC_MSG_WARN(Library protobuf-lite needed for [chromecast] was not found)
     ])
-    build_chromecast=no
+    enable_chromecast=no
 ], [(Chromecast streaming support)], [auto])
 
 AC_ARG_VAR(PROTOC, [protobuf compiler])
@@ -3905,7 +3905,7 @@ AS_IF([test -n "$PKG_CONFIG"],[
         ])
     ])
 ])
-AM_CONDITIONAL([BUILD_CHROMECAST], [test "${build_chromecast}" != "no" -a "${protoc_matching}" = yes])
+AM_CONDITIONAL([BUILD_CHROMECAST], [test "${enable_chromecast}" != "no" -a "${protoc_matching}" = yes])
 
 dnl
 dnl  Interface plugins



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c3cf379a8292437e4ac0501afaeed329c1f818af

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c3cf379a8292437e4ac0501afaeed329c1f818af
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list