From 21e3078f27a67c2f82f27ae576ce6a4ef312a0e0 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Sat, 6 Jan 2007 23:05:56 +0000
Subject: [PATCH] one more naming consistency change

Originally committed as revision 7412 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index f622cc0ce99..c6fdc793557 100755
--- a/configure
+++ b/configure
@@ -1780,7 +1780,7 @@ echo "libfaac enabled           $faac"
 echo "XviD enabled              $xvid"
 echo "x264 enabled              $x264"
 echo "liba52 support            $a52"
-echo "a52 dlopened              $a52bin"
+echo "liba52 dlopened           $a52bin"
 echo "libdts support            $dts"
 echo "postprocessing support    $pp"
 echo "software scaler enabled   $swscaler"
-- 
GitLab