projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Explain the difference between HAVE_LIST and CONFIG_LIST in a short comment.
[libav.git]
/
configure
diff --git
a/configure
b/configure
index
8b5d8ac
..
18686c8
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-623,6
+623,9
@@
apply(){
"$@" < "$file" > "$file.tmp" && mv "$file.tmp" "$file" || rm "$file.tmp"
}
+# CONFIG_LIST contains configurable options, while HAVE_LIST is for
+# system-dependent things.
+
COMPONENT_LIST="
bsfs
decoders