Skip to content
Snippets Groups Projects
Commit dcd61286 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

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
parent 668b65bd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment