projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f94036f
)
configure: fix disabled_any to return false for empty list
author
Måns Rullgård
<mans@mansr.com>
Fri, 24 Oct 2008 21:44:39 +0000
(21:44 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Fri, 24 Oct 2008 21:44:39 +0000
(21:44 +0000)
Originally committed as revision 15683 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
111131f
..
8fdfe7b
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-309,6
+309,7
@@
disabled_any(){
for opt; do
disabled $opt && return 0
done
+ return 1
}
set_default(){