summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-08-01 20:30:21 +0000
committerDiego Biurrun <diego@biurrun.de>2008-08-01 20:30:21 +0000
commitdcd61286704078f59b9a52043e51d6f7ae5424ab (patch)
tree4bd0b16aba61d64c17a49045c7cadc6c37364cd4 /configure
parent668b65bd838daa6178ea72ce5f27056fba9a9e46 (diff)
Explain the difference between HAVE_LIST and CONFIG_LIST in a short comment.
Originally committed as revision 14499 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 8b5d8ac34f..18686c8729 100755
--- 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