Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
x264
Commits
7650a136
Commit
7650a136
authored
Jan 24, 2016
by
Henrik Gramner
Browse files
configure: Disable CLI libraries when CLI is disabled
parent
1ce062ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure
View file @
7650a136
...
...
@@ -976,6 +976,16 @@ if [ "$SYS" = "LINUX" -a \( "$ARCH" = "X86" -o "$ARCH" = "X86_64" \) ] && cc_che
define HAVE_THP
fi
if
[
"
$cli
"
=
"no"
]
;
then
avs
=
"no"
lavf
=
"no"
ffms
=
"no"
gpac
=
"no"
lsmash
=
"no"
mp4
=
"no"
swscale
=
"no"
fi
if
[
"
$swscale
"
=
"auto"
]
;
then
swscale
=
"no"
if
${
cross_prefix
}
pkg-config
--exists
libswscale 2>/dev/null
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment