Browse Source

doc/outdevs: fix @code{} syntax in caca device docs

tags/n1.0
Stefano Sabatini 13 years ago
parent
commit
beef7a6328
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/outdevs.texi

+ 1
- 1
doc/outdevs.texi View File

@@ -31,7 +31,7 @@ Only one CACA window is allowed per application, so you can
have only one instance of this output device in an application.

To enable this output device you need to configure FFmpeg with
@code(--enable-libcaca).
@code{--enable-libcaca}.
libcaca is a graphics library that outputs text instead of pixels.

For more information about libcaca, check:


Loading…
Cancel
Save