summaryrefslogtreecommitdiff
path: root/doc/ffserver-doc.texi
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-06-06 08:51:41 +0000
committerDiego Biurrun <diego@biurrun.de>2007-06-06 08:51:41 +0000
commit1cc60c47c5012f27772d1bb75dc52e28e7f8f0a9 (patch)
treea299669146479512cfb5dd4b8fb3aac30c1c3d69 /doc/ffserver-doc.texi
parent2986a4f83614a20174b37c47025e038a8a8c2a05 (diff)
Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.
Originally committed as revision 9230 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffserver-doc.texi')
-rw-r--r--doc/ffserver-doc.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ffserver-doc.texi b/doc/ffserver-doc.texi
index ed67bb6c04..9b03733604 100644
--- a/doc/ffserver-doc.texi
+++ b/doc/ffserver-doc.texi
@@ -49,8 +49,8 @@ I understand that FreeBSD systems work just fine as well.
@section How do I make it work?
First, build the kit. It *really* helps to have installed LAME first. Then when
-you run the ffserver ./configure, make sure that you have the --enable-mp3lame
-flag turned on.
+you run the ffserver ./configure, make sure that you have the
+@code{--enable-libmp3lame} flag turned on.
LAME is important as it allows for streaming audio to Windows Media Player.
Don't ask why the other audio types do not work.