diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-01-06 23:05:56 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-01-06 23:05:56 +0000 |
commit | 21e3078f27a67c2f82f27ae576ce6a4ef312a0e0 (patch) | |
tree | ae7b635af1738c8f3592b023d68824b746702d9c | |
parent | a10b8204bb5b80aae88f52f0eb537754a5da8050 (diff) | |
download | ffmpeg-21e3078f27a67c2f82f27ae576ce6a4ef312a0e0.tar.gz |
one more naming consistency change
Originally committed as revision 7412 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |