Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
439
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
c3cf379a
Commit
c3cf379a
authored
2 years ago
by
Steve Lhomme
Committed by
François Cartegnie
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
configure: don't build chromecast with --disable-chromecast
parent
213413f4
No related branches found
No related tags found
Loading
Pipeline
#279774
passed with stage
in 25 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+2
-2
2 additions, 2 deletions
configure.ac
with
2 additions
and
2 deletions
configure.ac
+
2
−
2
View file @
c3cf379a
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment