Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
b8bd3430
Commit
b8bd3430
authored
Dec 24, 2006
by
Diego Biurrun
Browse files
Slightly shorten libvorbis check.
Originally committed as revision 7371 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
eb113804
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
configure
configure
+3
-5
No files found.
configure
View file @
b8bd3430
...
...
@@ -1117,11 +1117,9 @@ EOF
exit
1
;
fi
if
test
"
$libvorbis
"
=
"yes"
;
then
if
test
"
$libogg
"
=
"no"
;
then
echo
"libogg must be enabled to enable Vorbis."
fail
=
"yes"
fi
if
test
"
$libvorbis
"
=
"yes"
&&
test
"
$libogg
"
=
"no"
;
then
echo
"libogg must be enabled to enable libvorbis."
fail
=
"yes"
fi
if
test
"
$gpl
"
!=
"yes"
;
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