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:
authorRostislav Pehlivanov <atomnuker@gmail.com>2017-05-29 00:01:40 +0300
committerRostislav Pehlivanov <atomnuker@gmail.com>2017-05-29 22:15:58 +0300
commit220b24c7c97dc033ceab1510549f66d0e7b52ef1 (patch)
tree6bd0ab575f53f46c153aa857e1fa74e6c3d8863f /doc/platform.texi
parenta3deeaade32db5a1b736b8d3365e52254f3fa6ac (diff)
lavc: remove libschroedinger encoding and decoding wrappers
The library has stopped being developed and Debian has removed it from its repositories citing security issues. The native Dirac decoder supports everything the library has and basic encoding support is still provided via the native vc2 (Dirac Pro, intra only version of Dirac) encoder. Hence, there's no reason to still support linking to the library and potentially leading users into security issues.
Diffstat (limited to 'doc/platform.texi')
-rw-r--r--doc/platform.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/platform.texi b/doc/platform.texi
index 576c295313..32d97cc58b 100644
--- a/doc/platform.texi
+++ b/doc/platform.texi
@@ -315,7 +315,7 @@ These library packages are only available from
@example
yasm, libSDL-devel, libgsm-devel, libmp3lame-devel,
-libschroedinger1.0-devel, speex-devel, libtheora-devel, libxvidcore-devel
+speex-devel, libtheora-devel, libxvidcore-devel
@end example
The recommendation for x264 is to build it from source, as it evolves too