diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-11-13 23:33:22 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-11-13 23:35:45 +0100 |
commit | 9466237b8b0c491e3d81f96d0fe88db553dfe1dd (patch) | |
tree | a8bc912f5a84f8fa347c6493fecb35f278a33ed5 /doc/ffserver.texi | |
parent | 3a9f2f1d65f586e7bee2416bfd67a5fbdb9c59bf (diff) | |
download | ffmpeg-9466237b8b0c491e3d81f96d0fe88db553dfe1dd.tar.gz |
doc: drop "./" binary prefixes.
Diffstat (limited to 'doc/ffserver.texi')
-rw-r--r-- | doc/ffserver.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ffserver.texi b/doc/ffserver.texi index c7084833d3..8b62c50cef 100644 --- a/doc/ffserver.texi +++ b/doc/ffserver.texi @@ -110,8 +110,8 @@ As a simple test, just run the following two command lines where INPUTFILE is some file which you can decode with ffmpeg: @example -./ffserver -f doc/ffserver.conf & -./ffmpeg -i INPUTFILE http://localhost:8090/feed1.ffm +ffserver -f doc/ffserver.conf & +ffmpeg -i INPUTFILE http://localhost:8090/feed1.ffm @end example At this point you should be able to go to your Windows machine and fire up |