Commit 0b00a2ce authored by diego's avatar diego

Explain the difference between HAVE_LIST and CONFIG_LIST in a short comment.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14499 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2139de70
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment