summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-01-06 23:05:03 +0000
committerDiego Biurrun <diego@biurrun.de>2007-01-06 23:05:03 +0000
commita10b8204bb5b80aae88f52f0eb537754a5da8050 (patch)
treee7068005e3669e5b85c25f367168c07003277afe /configure
parentf36958f89ae44e592e39484fdcf3214f133f2873 (diff)
more consistency for the output naming
Originally committed as revision 7411 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure16
1 files changed, 8 insertions, 8 deletions
diff --git a/configure b/configure
index 3d0dca70e7..f622cc0ce9 100755
--- a/configure
+++ b/configure
@@ -1770,20 +1770,20 @@ fi
echo "gprof enabled $gprof"
echo "zlib enabled $zlib"
echo "libgsm enabled $libgsm"
-echo "mp3lame enabled $mp3lame"
+echo "libmp3lame enabled $mp3lame"
echo "libnut enabled $libnut"
echo "libogg enabled $libogg"
-echo "Vorbis enabled $libvorbis"
-echo "FAAD enabled $faad"
+echo "libvorbis enabled $libvorbis"
+echo "libfaad enabled $faad"
echo "faadbin enabled $faadbin"
-echo "FAAC enabled $faac"
+echo "libfaac enabled $faac"
echo "XviD enabled $xvid"
echo "x264 enabled $x264"
-echo "a52 support $a52"
+echo "liba52 support $a52"
echo "a52 dlopened $a52bin"
-echo "DTS support $dts"
-echo "pp support $pp"
-echo "Software Scaler enabled $swscaler"
+echo "libdts support $dts"
+echo "postprocessing support $pp"
+echo "software scaler enabled $swscaler"
echo "AVISynth enabled $avisynth"
echo "debug symbols $debug"
echo "strip symbols $dostrip"