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:
authorClément Bœsch <u@pkh.me>2017-04-03 21:50:03 +0300
committerClément Bœsch <u@pkh.me>2017-04-03 21:50:03 +0300
commit3d34d5c1cf645c0e844c080aa8e04359962ca835 (patch)
tree63697c1cae0600098e472a39e308ca66b56352af /doc/general.texi
parenteff2861a757b8a46398e6fcb844b960b4775daad (diff)
parentbdbb8c68668b7610f5a310f5bbb246d2b950426d (diff)
Merge commit 'bdbb8c68668b7610f5a310f5bbb246d2b950426d'
* commit 'bdbb8c68668b7610f5a310f5bbb246d2b950426d': doc: Add libxavs section Merged-by: Clément Bœsch <u@pkh.me>
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 b4897629c9..45a4cba1cf 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -101,6 +101,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
+
+FFmpeg 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
FFmpeg can make use of the OpenH264 library for H.264 encoding and decoding.