Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-11-17 22:39:06 +0300
committerDiego Biurrun <diego@biurrun.de>2016-11-21 17:08:50 +0300
commitbdbb8c68668b7610f5a310f5bbb246d2b950426d (patch)
tree644f258d92566dd992d65da59d5c7fbe46050c48 /doc/general.texi
parent97cd7a3dc005a0ad1656dbb2af92e9c5d0731f21 (diff)
doc: Add libxavs section
Diffstat (limited to 'doc/general.texi')
-rw-r--r--doc/general.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi
index 7b1f11cf48..d232300028 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -95,6 +95,14 @@ Go to @url{http://www.wavpack.com/} and follow the instructions for
installing the library. Then pass @code{--enable-libwavpack} to configure to
enable it.
+@section libxavs
+
+Libav can make use of the libxavs library for Xavs encoding.
+
+Go to @url{http://xavs.sf.net/} and follow the instructions for
+installing the library. Then pass @code{--enable-libxavs} to configure to
+enable it.
+
@section OpenH264
Libav can make use of the OpenH264 library for H.264 encoding and decoding.