From dcd61286704078f59b9a52043e51d6f7ae5424ab Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 1 Aug 2008 20:30:21 +0000 Subject: 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 --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') 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 -- cgit v1.2.3