[vlc-commits] [Git][videolan/vlc][master] configure: fix chromecast not enabled
Steve Lhomme (@robUx4)
gitlab at videolan.org
Tue Nov 1 10:48:48 UTC 2022
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
480ece97 by Steve Lhomme at 2022-11-01T10:24:26+00:00
configure: fix chromecast not enabled
Regression from 63b45cfcf0214f77f0add30b538d1344ea23840c
- - - - -
1 changed file:
- configure.ac
Changes:
=====================================
configure.ac
=====================================
@@ -3905,7 +3905,7 @@ AS_IF([test -n "$PKG_CONFIG"],[
])
])
])
-AM_CONDITIONAL([BUILD_CHROMECAST], [test "${build_chromecast}" = "yes" -a "${protoc_matching}" = yes])
+AM_CONDITIONAL([BUILD_CHROMECAST], [test "${build_chromecast}" != "no" -a "${protoc_matching}" = yes])
dnl
dnl Interface plugins
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/480ece972fd40c3b1f77f2a4b63bd2f9d707eac9
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/480ece972fd40c3b1f77f2a4b63bd2f9d707eac9
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