[FFmpeg-cvslog] r14499 - trunk/configure

diego subversion
Fri Aug 1 22:30:21 CEST 2008


Author: diego
Date: Fri Aug  1 22:30:21 2008
New Revision: 14499

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


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Aug  1 22:30:21 2008
@@ -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




More information about the ffmpeg-cvslog mailing list