Align configure output.

Originally committed as revision 7410 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 18 years ago
parent 0dea6433fd
commit f36958f89a
  1. 14
      configure

14
configure vendored

@ -1800,17 +1800,17 @@ if test "$vhook" = "yes"; then
echo "Imlib2 support $imlib2"
echo "FreeType support $freetype2"
fi
echo "Sun medialib support" $mlib
echo "pthreads support" $pthreads
echo "AMR-NB float support" $amr_nb
echo "AMR-NB fixed support" $amr_nb_fixed
echo "AMR-WB float support" $amr_wb
echo "AMR-WB IF2 support" $amr_if2
echo "Sun medialib support $mlib"
echo "pthreads support $pthreads"
echo "AMR-NB float support $amr_nb"
echo "AMR-NB fixed support $amr_nb_fixed"
echo "AMR-WB float support $amr_wb"
echo "AMR-WB IF2 support $amr_if2"
echo "network support $network"
if test "$network" = "yes" ; then
echo "IPv6 support $ipv6"
fi
echo ".align is power-of-two" $asmalign_pot
echo ".align is power-of-two $asmalign_pot"
if test "$gpl" = "no" ; then
echo "License: LGPL"
else

Loading…
Cancel
Save