mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
This commit is contained in:
parent
668b65bd83
commit
dcd6128670
3
configure
vendored
3
configure
vendored
@ -623,6 +623,9 @@ apply(){
|
|||||||
"$@" < "$file" > "$file.tmp" && mv "$file.tmp" "$file" || rm "$file.tmp"
|
"$@" < "$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="
|
COMPONENT_LIST="
|
||||||
bsfs
|
bsfs
|
||||||
decoders
|
decoders
|
||||||
|
Loading…
Reference in New Issue
Block a user