[SCM] libav/experimental: Explain the difference between HAVE_LIST and CONFIG_LIST in a short comment.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:26:27 UTC 2013
The following commit has been merged in the experimental branch:
commit dcd61286704078f59b9a52043e51d6f7ae5424ab
Author: Diego Biurrun <diego at biurrun.de>
Date: Fri Aug 1 20:30:21 2008 +0000
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
diff --git a/configure b/configure
index 8b5d8ac..18686c8 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
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list